We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c26c56f commit 9695d7eCopy full SHA for 9695d7e
event_dispatcher.rst
@@ -322,6 +322,18 @@ its name:
322
323
$ php bin/console debug:event-dispatcher kernel.exception
324
325
+For the :doc:`new experimental Security </security/experimental_authenticators>`
326
+an event dispatcher per firewall was added. You can get the registered listeners
327
+for a particular event dispatcher by using the ``--dispatcher`` option:
328
+
329
+.. code-block:: terminal
330
331
+ $ php bin/console debug:event-dispatcher --dispatcher=security.event_dispatcher.main
332
333
+.. versionadded:: 5.3
334
335
+ The ``dispatcher`` option was introduced in Symfony 5.3.
336
337
Learn more
338
----------
339
0 commit comments