File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -254,13 +254,11 @@ determine which instance is passed.
254
254
255
255
Note that ``AddEventAliasesPass `` has to be processed before ``RegisterListenersPass ``.
256
256
257
- By default, the listeners pass assumes that the event dispatcher's service
257
+ The listeners pass assumes that the event dispatcher's service
258
258
id is ``event_dispatcher ``, that event listeners are tagged with the
259
259
``kernel.event_listener `` tag, that event subscribers are tagged
260
260
with the ``kernel.event_subscriber `` tag and that the alias mapping is
261
- stored as parameter ``event_dispatcher.event_aliases ``. You can change these
262
- default values by passing custom values to the constructors of
263
- ``RegisterListenersPass `` and ``AddEventAliasesPass ``.
261
+ stored as parameter ``event_dispatcher.event_aliases ``.
264
262
265
263
.. _event_dispatcher-closures-as-listeners :
266
264
You can’t perform that action at this time.
0 commit comments