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 c72dde0 commit 1a30691Copy full SHA for 1a30691
routing.rst
@@ -531,6 +531,11 @@ and method: ``AppBundle\Controller\BlogController::showAction``. But if you
531
follow some simple conventions, the logical name is more concise and allows
532
more flexibility.
533
534
+.. tip::
535
+
536
+ For referring to the ``__invoke`` method of a controller, no need for
537
+ passing the method name, just use its fully-qualified namespace.
538
539
.. note::
540
541
In addition to using the logical name or the fully-qualified class name,
0 commit comments