File tree Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Expand file tree Collapse file tree 2 files changed +0
-16
lines changed Original file line number Diff line number Diff line change @@ -12,10 +12,6 @@ example. The flexibility of the Symfony service container allows you to do this.
12
12
Environment Variables
13
13
---------------------
14
14
15
- .. versionadded :: 3.2
16
-
17
- ``env() `` parameters were introduced in Symfony 3.2.
18
-
19
15
You can reference environment variables by using special parameters named after
20
16
the variables you want to use enclosed between ``env() ``. Their actual values
21
17
will be resolved at runtime (once per request), so that dumped containers can be
@@ -122,13 +118,6 @@ of the following:
122
118
123
119
.. tip ::
124
120
125
- .. versionadded :: 3.3
126
-
127
- The support of the special ``SYMFONY__ `` environment variables was
128
- deprecated in Symfony 3.3 and it will be removed in 4.0. Instead of
129
- using those variables, define regular environment variables and get
130
- their values using the ``%env(...)% `` syntax in your config files.
131
-
132
121
You can also define the default value of any existing parameters using
133
122
special environment variables named after their corresponding parameter
134
123
prefixed with ``SYMFONY__ `` after replacing dots by double underscores
Original file line number Diff line number Diff line change @@ -218,8 +218,3 @@ guessers using the :method:`Symfony\\Component\\Form\\Test\\FormIntegrationTestC
218
218
:method: `Symfony\\ Component\\ Form\\ Test\\ FormIntegrationTestCase::getTypeExtensions `
219
219
and :method: `Symfony\\ Component\\ Form\\ Test\\ FormIntegrationTestCase::getTypeGuessers `
220
220
methods.
221
-
222
- .. versionadded :: 3.3
223
-
224
- The ``getTypes() ``, ``getTypeExtensions() `` and ``getTypeGuessers() ``
225
- methods were introduced in Symfony 3.3.
You can’t perform that action at this time.
0 commit comments