Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit b692ee3

Browse filesBrowse files
committed
Merge branch '3.4' into 4.1
* 3.4: Fix words
2 parents 7ab3eca + 4b18c44 commit b692ee3
Copy full SHA for b692ee3

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎event_dispatcher/before_after_filters.rst

Copy file name to clipboardExpand all lines: event_dispatcher/before_after_filters.rst
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,9 +106,9 @@ A controller that implements this interface looks like this::
106106
Creating an Event Subscriber
107107
~~~~~~~~~~~~~~~~~~~~~~~~~~~~
108108

109-
Next, you'll need to create an event listener, which will hold the logic
109+
Next, you'll need to create an event subscriber, which will hold the logic
110110
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`::
111+
event subscribers, you can learn more about them at :doc:`/event_dispatcher`::
112112

113113
// src/EventSubscriber/TokenSubscriber.php
114114
namespace App\EventSubscriber;

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.