mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 19:46:23 +00:00
21 lines
454 B
Markdown
21 lines
454 B
Markdown
---
|
|
id: c51f540f-26ca-42a1-bd89-b3cd467d193b
|
|
title: LogoutEvent
|
|
---
|
|
|
|
# Description
|
|
|
|
Replaces `LogoutSuccessHandlerInterface` and `LogougHandlerInterface`
|
|
|
|
# Syntax
|
|
|
|
``` yaml
|
|
# config/services.yaml
|
|
services:
|
|
# ...
|
|
App\EventListener\MyCutomLogoutListener:
|
|
tags:
|
|
- name: 'kernel.event_listener'
|
|
event: 'Symfony\Component\Security\Http\Event\LogoutEvent'
|
|
dispatcher: security.event_dispatcher.main
|
|
```
|