We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d983f commit 4ba843fCopy full SHA for 4ba843f
event_dispatcher/before_after_filters.rst
@@ -107,9 +107,9 @@ A controller that implements this interface simply looks like this::
107
Creating an Event Subscriber
108
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
109
110
-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
111
that you want to be executed before your controllers. If you're not familiar with
112
-event listeners, you can learn more about them at :doc:`/event_dispatcher`::
+event subscribers, you can learn more about them at :doc:`/event_dispatcher`::
113
114
// src/AppBundle/EventSubscriber/TokenSubscriber.php
115
namespace AppBundle\EventSubscriber;
0 commit comments