8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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