File tree Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Expand file tree Collapse file tree 1 file changed +8
-7
lines changed Original file line number Diff line number Diff line change @@ -322,16 +322,17 @@ 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
+ $ php bin/console debug:event-dispatcher App
332
+
333
+ .. versionadded :: 5.3
331
334
332
- $ php bin/console debug:event-dispatcher kernel
333
- $ php bin/console debug:event-dispatcher App
334
- $ php bin/console debug:event-dispatcher Security
335
+ The ability to match partial event names was introduced in Symfony 5.3.
335
336
336
337
The :doc: `new experimental Security </security/experimental_authenticators >`
337
338
system adds an event dispatcher per firewall. Use the ``--dispatcher `` option to
You can’t perform that action at this time.
0 commit comments