File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -172,21 +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
183
.. seealso ::
191
184
192
185
:ref: `Changing the Action and HTTP Method <forms-change-action-method >` of
@@ -210,7 +203,6 @@ The **default value** is:
210
203
$request = Request::createFromGlobals();
211
204
// ...
212
205
213
-
214
206
.. _configuration-framework-http_method_override :
215
207
216
208
trust_x_sendfile_type_header
You can’t perform that action at this time.
0 commit comments