Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff52d98 commit 2a29904Copy full SHA for 2a29904
routing/debug.rst
@@ -63,4 +63,9 @@ which route is associated with the given URL:
63
| Defaults | _controller: App\Controller\BlogController:show |
64
| Options | compiler_class: Symfony\Component\Routing\RouteCompiler |
65
| | utf8: true |
66
+ | Condition | context.getMethod() in ['GET', 'HEAD', 'POST'] |
67
+--------------+---------------------------------------------------------+
68
+
69
+.. versionadded:: 4.3
70
71
+ The ``Condition`` was added to the router debug output in Symfony 4.3.
0 commit comments