interface LogoutSuccessHandlerInterface
LogoutSuccesshandlerInterface.
In contrast to the LogoutHandlerInterface, this interface can return a response which is then used instead of the default behavior.
If you want to only perform some logout related clean-up task, use the LogoutHandlerInterface instead.
Response | onLogoutSuccess(Request $request) Creates a Response object to send upon a successful logout. |
Creates a Response object to send upon a successful logout.
Request | $request |
Response | never null |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/Security/Http/Logout/LogoutSuccessHandlerInterface.html