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.
getSubscribedServices()
getSubscribedEvents()
1 parent f89e2d0 commit b9b4567Copy full SHA for b9b4567
controller/service.rst
@@ -130,7 +130,7 @@ The best way to see how to replace base ``Controller`` convenience methods is to
130
look at the `ControllerTrait`_ that holds its logic.
131
132
If you want to know what type-hints to use for each service, see the
133
-``getSubscribedEvents()`` method in `AbstractController`_.
+``getSubscribedServices()`` method in `AbstractController`_.
134
135
.. _`Controller class source code`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php
136
.. _`base Controller class`: https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerTrait.php
0 commit comments