diff --git a/routing/debug.rst b/routing/debug.rst index 861de0bdd0a..f83331488cc 100644 --- a/routing/debug.rst +++ b/routing/debug.rst @@ -63,4 +63,9 @@ which route is associated with the given URL: | Defaults | _controller: App\Controller\BlogController:show | | Options | compiler_class: Symfony\Component\Routing\RouteCompiler | | | utf8: true | + | Condition | context.getMethod() in ['GET', 'HEAD', 'POST'] | +--------------+---------------------------------------------------------+ + +.. versionadded:: 4.3 + + The ``Condition`` was added to the router debug output in Symfony 4.3.