File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -322,17 +322,16 @@ its name:
322
322
323
323
$ php bin/console debug:event-dispatcher kernel.exception
324
324
325
- .. versionadded :: 5.3
326
325
327
- You can also find listeners to event names partially matching a string. Example
328
- to show all events and their listeners related to ``kernel ``, your app or Security:
326
+ to get everything matching "kernel" (i.e. ``kernel.exception ``, ``kernel.response `` etc.) use:
327
+
328
+ .. code-block :: terminal
329
329
330
- .. code-block :: terminal
330
+ $ php bin/console debug:event-dispatcher kernel
331
331
332
- $ php bin/console debug:event-dispatcher kernel
333
- $ php bin/console debug:event-dispatcher App
334
- $ php bin/console debug:event-dispatcher Security
332
+ .. versionadded :: 5.3
335
333
334
+ The ability to match partial event names was introduced in Symfony 5.3.
336
335
Learn more
337
336
----------
338
337
You can’t perform that action at this time.
0 commit comments