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 db7b78f commit 58d6346Copy full SHA for 58d6346
reference/dic_tags.rst
@@ -476,8 +476,9 @@ kernel.event_listener
476
477
**Purpose**: To listen to different events/hooks in Symfony
478
479
-During the execution of a Symfony application, different events are triggered.
480
-This tag allows you to *hook* your own classes into any of those events.
+During the execution of a Symfony application, different events are triggered
+and you can also dispatch custom events. This tag allows you to *hook* your own
481
+classes into any of those events.
482
483
For a full example of this listener, read the :doc:`/cookbook/event_dispatcher/event_listener`
484
cookbook entry.
0 commit comments