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 7ab3eca + 4b18c44 commit b692ee3Copy full SHA for b692ee3
event_dispatcher/before_after_filters.rst
@@ -106,9 +106,9 @@ A controller that implements this interface looks like this::
106
Creating an Event Subscriber
107
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
108
109
-Next, you'll need to create an event listener, which will hold the logic
+Next, you'll need to create an event subscriber, which will hold the logic
110
that you want to be executed before your controllers. If you're not familiar with
111
-event listeners, you can learn more about them at :doc:`/event_dispatcher`::
+event subscribers, you can learn more about them at :doc:`/event_dispatcher`::
112
113
// src/EventSubscriber/TokenSubscriber.php
114
namespace App\EventSubscriber;
0 commit comments