Skip to content

Commit 08dcd48

Browse files
committed
Add documentation for the env processor
1 parent e7d22d7 commit 08dcd48

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configuration/environment_variables.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -510,6 +510,9 @@ Symfony provides the following env var processors:
510510

511511
The ``trim`` processor was introduced in Symfony 4.3.
512512

513+
``env(explode:FOO,BAR)``
514+
Explode the content of ``FOO,BAR`` env var, retrieving a php array.
515+
513516
``env(key:FOO:BAR)``
514517
Retrieves the value associated with the key ``FOO`` from the array whose
515518
contents are stored in the ``BAR`` env var:

0 commit comments

Comments
 (0)