File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change @@ -262,14 +262,6 @@ determine which instance is passed.
262262 default values by passing custom values to the constructors of
263263 ``RegisterListenersPass `` and ``AddEventAliasesPass ``.
264264
265- .. versionadded :: 4.3
266-
267- Aliasing event names is possible since Symfony 4.3.
268-
269- .. versionadded :: 4.4
270-
271- The ``AddEventAliasesPass `` class was introduced in Symfony 4.4.
272-
273265.. _event_dispatcher-closures-as-listeners :
274266
275267.. index ::
Original file line number Diff line number Diff line change @@ -270,11 +270,6 @@ name (FQCN) of the corresponding event class::
270270 }
271271 }
272272
273- .. versionadded :: 4.3
274-
275- Referring Symfony's core events via the FQCN of the event class is possible
276- since Symfony 4.3.
277-
278273Internally, the event FQCN are treated as aliases for the original event names.
279274Since the mapping already happens when compiling the service container, event
280275listeners and subscribers using FQCN instead of event names will appear under
@@ -303,10 +298,6 @@ The compiler pass will always extend the existing list of aliases. Because of
303298that, it is safe to register multiple instances of the pass with different
304299configurations.
305300
306- .. versionadded :: 4.4
307-
308- The ``AddEventAliasesPass `` class was introduced in Symfony 4.4.
309-
310301Debugging Event Listeners
311302-------------------------
312303
You can’t perform that action at this time.
0 commit comments