File tree Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Expand file tree Collapse file tree 1 file changed +11
-0
lines changed Original file line number Diff line number Diff line change @@ -322,6 +322,17 @@ its name:
322
322
323
323
$ php bin/console debug:event-dispatcher kernel.exception
324
324
325
+ .. versionadded :: 5.3
326
+
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:
329
+
330
+ .. code-block :: terminal
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
335
+
325
336
The :doc: `new experimental Security </security/experimental_authenticators >`
326
337
system adds an event dispatcher per firewall. Use the ``--dispatcher `` option to
327
338
get the registered listeners for a particular event dispatcher:
You can’t perform that action at this time.
0 commit comments