File tree Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Expand file tree Collapse file tree 1 file changed +1
-13
lines changed Original file line number Diff line number Diff line change @@ -172,26 +172,14 @@ Cache-Control extension (see RFC 5861).
172
172
http_method_override
173
173
~~~~~~~~~~~~~~~~~~~~
174
174
175
- **type **: ``boolean `` **default **: (see explanation below)
175
+ **type **: ``boolean `` **default **: `` false ``
176
176
177
177
This determines whether the ``_method `` request parameter is used as the
178
178
intended HTTP method on POST requests. If enabled, the
179
179
:method: `Request::enableHttpMethodParameterOverride <Symfony\\ Component\\ HttpFoundation\\ Request::enableHttpMethodParameterOverride> `
180
180
method gets called automatically. It becomes the service container parameter
181
181
named ``kernel.http_method_override ``.
182
182
183
- The **default value ** is:
184
-
185
- * ``true ``, if you have an existing application that you've upgraded from an older
186
- Symfony version without resyncing the :doc: `Symfony Flex </setup/flex >` recipes;
187
- * ``false ``, if you've created a new Symfony application or updated the Symfony
188
- Flex recipes. This is also the default value starting from Symfony 7.0.
189
-
190
- .. deprecated :: 6.1
191
-
192
- Not setting a value explicitly for this option is deprecated since Symfony 6.1
193
- because the default value will change to ``false `` in Symfony 7.0.
194
-
195
183
.. seealso ::
196
184
197
185
:ref: `Changing the Action and HTTP Method <forms-change-action-method >` of
You can’t perform that action at this time.
0 commit comments