Skip to content

Commit ec0dcb8

Browse files
committed
Add documentation for the split env processor
1 parent 6f3f9d4 commit ec0dcb8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

configuration/env_var_processors.rst

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

381381
The ``trim`` processor was introduced in Symfony 4.3.
382382

383+
``env(split:FOO,BAR)``
384+
Split the content of ``FOO,BAR`` env var, retrieving a php array.
385+
383386
``env(key:FOO:BAR)``
384387
Retrieves the value associated with the key ``FOO`` from the array whose
385388
contents are stored in the ``BAR`` env var:

0 commit comments

Comments
 (0)