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.
262
262
default values by passing custom values to the constructors of
263
263
``RegisterListenersPass `` and ``AddEventAliasesPass ``.
264
264
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
-
273
265
.. _event_dispatcher-closures-as-listeners :
274
266
275
267
.. index ::
Original file line number Diff line number Diff line change @@ -270,11 +270,6 @@ name (FQCN) of the corresponding event class::
270
270
}
271
271
}
272
272
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
-
278
273
Internally, the event FQCN are treated as aliases for the original event names.
279
274
Since the mapping already happens when compiling the service container, event
280
275
listeners 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
303
298
that, it is safe to register multiple instances of the pass with different
304
299
configurations.
305
300
306
- .. versionadded :: 4.4
307
-
308
- The ``AddEventAliasesPass `` class was introduced in Symfony 4.4.
309
-
310
301
Debugging Event Listeners
311
302
-------------------------
312
303
You can’t perform that action at this time.
0 commit comments