class DefaultLogoutSuccessHandler implements LogoutSuccessHandlerInterface
Default logout success handler will redirect users to a configured path.
| protected | $httpUtils | ||
| protected | $targetUrl |
| __construct(HttpUtils $httpUtils, string $targetUrl = '/') | ||
| Response | onLogoutSuccess(Request $request) Creates a Response object to send upon a successful logout. |
| HttpUtils | $httpUtils | |
| string | $targetUrl |
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/DefaultLogoutSuccessHandler.html