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 99f7a26 commit db7b78fCopy full SHA for db7b78f
reference/dic_tags.rst
@@ -476,15 +476,12 @@ kernel.event_listener
476
477
**Purpose**: To listen to different events/hooks in Symfony
478
479
-This tag allows you to hook your own classes into Symfony's process at different
480
-points.
+During the execution of a Symfony application, different events are triggered.
+This tag allows you to *hook* your own classes into any of those events.
481
482
For a full example of this listener, read the :doc:`/cookbook/event_dispatcher/event_listener`
483
cookbook entry.
484
485
-For another practical example of a kernel listener, see the cookbook
486
-article: :doc:`/cookbook/request/mime_type`.
487
-
488
Core Event Listener Reference
489
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
490
0 commit comments