We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f3f9d4 commit ec0dcb8Copy full SHA for ec0dcb8
configuration/env_var_processors.rst
@@ -380,6 +380,9 @@ Symfony provides the following env var processors:
380
381
The ``trim`` processor was introduced in Symfony 4.3.
382
383
+``env(split:FOO,BAR)``
384
+ Split the content of ``FOO,BAR`` env var, retrieving a php array.
385
+
386
``env(key:FOO:BAR)``
387
Retrieves the value associated with the key ``FOO`` from the array whose
388
contents are stored in the ``BAR`` env var:
0 commit comments