Skip to content

Commit 10a53b8

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Clarify the role of http_method_override
2 parents 2864815 + 494b857 commit 10a53b8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

forms.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -823,7 +823,8 @@ to the ``form()`` or the ``form_start()`` helper functions:
823823
that stores this method. The form will be submitted in a normal ``POST``
824824
request, but :doc:`Symfony's routing </routing>` is capable of detecting the
825825
``_method`` parameter and will interpret it as a ``PUT``, ``PATCH`` or
826-
``DELETE`` request. See the :ref:`configuration-framework-http_method_override` option.
826+
``DELETE`` request. The :ref:`configuration-framework-http_method_override`
827+
option must be enabled for this to work.
827828

828829
Changing the Form Name
829830
~~~~~~~~~~~~~~~~~~~~~~

0 commit comments

Comments
 (0)