diff --git a/configuration/env_var_processors.rst b/configuration/env_var_processors.rst index 1c4eeb758df..f80c2c61dd8 100644 --- a/configuration/env_var_processors.rst +++ b/configuration/env_var_processors.rst @@ -380,6 +380,9 @@ Symfony provides the following env var processors: The ``trim`` processor was introduced in Symfony 4.3. +``env(split:FOO)`` + Split the content by ``,`` of ``FOO`` env var, retrieving a php array. + ``env(key:FOO:BAR)`` Retrieves the value associated with the key ``FOO`` from the array whose contents are stored in the ``BAR`` env var: