mirror of
https://github.com/alrayyes/wiki.git
synced 2024-11-22 11:36:23 +00:00
22 lines
454 B
Markdown
22 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
|
||
|
```
|