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.
2 parents 781ca04 + 8f2e73a commit d1883bbCopy full SHA for d1883bb
reference/events.rst
@@ -56,7 +56,7 @@ their priorities:
56
57
This event is dispatched after the controller has been resolved but before executing
58
it. It's useful to initialize things later needed by the
59
-controller, such as `param converters`_, and even to change the controller
+controller, such as `value resolvers`_, and even to change the controller
60
entirely::
61
62
use Symfony\Component\HttpKernel\Event\ControllerEvent;
@@ -297,4 +297,4 @@ their priorities:
297
298
$ php bin/console debug:event-dispatcher kernel.exception
299
300
-.. _`param converters`: https://symfony.com/doc/master/bundles/SensioFrameworkExtraBundle/annotations/converters.html
+.. _`value resolvers`: https://symfony.com/doc/current/controller/value_resolver.html#managing-value-resolvers
0 commit comments