Skip to content

Commit b288550

Browse files
committed
minor #14650 [Debug] Added option to specify the event dispatcher in debug:event-dispatcher (TimoBakx)
This PR was merged into the 5.3-dev branch. Discussion ---------- [Debug] Added option to specify the event dispatcher in debug:event-dispatcher Documentation for symfony/symfony#39276 Part of #SymfonyHackday Commits ------- 9695d7e [Debug] Added option to specify the event dispatcher in debug:event-dispatcher
2 parents e30568a + 9695d7e commit b288550

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

event_dispatcher.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,18 @@ its name:
322322
323323
$ php bin/console debug:event-dispatcher kernel.exception
324324
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+
325337
Learn more
326338
----------
327339

0 commit comments

Comments
 (0)