We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d3a9a2 commit 61ac029Copy full SHA for 61ac029
cookbook/routing/method_parameters.rst
@@ -6,8 +6,8 @@ How to use HTTP Methods beyond GET and POST in Routes
6
7
.. versionadded:: 2.2
8
This functionality is disabled by default in Symfony 2.2. To enable it,
9
- you must call ``Request::enableHttpMethodParameterOverride()`` before you
10
- handle the request.
+ you must call :method:`Request::enableHttpMethodParameterOverride <Symfony\\Component\\HttpFoundation\\Request::enableHttpMethodParameterOverride>`
+ before you handle the request.
11
12
The HTTP method of a request is one of the requirements that can be checked
13
when seeing if it matches a route. This is introduced in the routing chapter
0 commit comments