profileRyan KesPGP keyI build stuffEmailGithubTwitterLast.fmMastodonMatrix

LogoutEvent

Description

Replaces LogoutSuccessHandlerInterface and LogougHandlerInterface

Syntax

# config/services.yaml
services:
  # ...
  App\EventListener\MyCutomLogoutListener:
    tags:
      - name: "kernel.event_listener"
        event: 'Symfony\Component\Security\Http\Event\LogoutEvent'
        dispatcher: security.event_dispatcher.main

Related