From 2a29904c0700e2ef602f0636a57d9249139874d1 Mon Sep 17 00:00:00 2001 From: Javier Eguiluz Date: Wed, 27 Mar 2019 17:49:36 +0100 Subject: [PATCH] Minor tweak for the debug:router output --- routing/debug.rst | 5 +++++ 1 file changed, 5 insertions(+) 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.