Skip to content

Commit 494b857

Browse files
committed
Merge branch '4.4' into 5.2
* 4.4: Clarify the role of http_method_override
2 parents bc5d645 + ef4dd8e commit 494b857

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)