Dispatched Events
event_dispatcher
Called Listeners 28
Not Called Listeners 62
Orphaned Events 0
There are no orphaned events.
All dispatched events were handled or an error occurred when trying to collect orphaned events (in which case check the logs to get more information).
security.event_dispatcher.main
Called Listeners 3
Priority | Listener |
---|---|
Symfony\Component\Security\Http\Event\LogoutEvent | |
64 | "Symfony\Component\Security\Http\EventListener\DefaultLogoutListener::onLogout(LogoutEvent $event): void" |
0 | "Symfony\Component\Security\Http\EventListener\SessionLogoutListener::onLogout(LogoutEvent $event): void" |
0 | "Symfony\Component\Security\Http\EventListener\CsrfTokenClearingLogoutListener::onLogout(LogoutEvent $event): void" |
Not Called Listeners 8
Priority | Listener |
---|---|
Symfony\Component\Security\Http\Event\CheckPassportEvent | |
2048 | "security.listener.main.user_provider::checkPassport(CheckPassportEvent $event): void" |
1024 | "security.listener.user_provider::checkPassport(CheckPassportEvent $event): void" |
512 | "security.listener.csrf_protection::checkPassport(CheckPassportEvent $event): void" |
256 | "security.listener.user_checker.main::preCheckCredentials(CheckPassportEvent $event): void" |
0 | "security.listener.check_authenticator_credentials::checkPassport(CheckPassportEvent $event): void" |
Symfony\Component\Security\Http\Event\LoginSuccessEvent | |
0 | "security.listener.session.main::onSuccessfulLogin(LoginSuccessEvent $event): void" |
0 | "security.listener.password_migrating::onLoginSuccess(LoginSuccessEvent $event): void" |
security.authentication.success | |
256 | "security.listener.user_checker.main::postCheckCredentials(AuthenticationSuccessEvent $event): void" |
Orphaned Events 0
There are no orphaned events.
All dispatched events were handled or an error occurred when trying to collect orphaned events (in which case check the logs to get more information).
security.event_dispatcher.secured_area
No events have been recorded. Check that debugging is enabled in the kernel.