mediatekformation

DefaultLogoutSuccessHandler
in package
implements LogoutSuccessHandlerInterface

Default logout success handler will redirect users to a configured path.

Tags
author

Fabien Potencier fabien@symfony.com

author

Alexander iam.asm89@gmail.com

Interfaces, Classes, Traits and Enums

LogoutSuccessHandlerInterface
LogoutSuccesshandlerInterface.

Table of Contents

$httpUtils  : mixed
$targetUrl  : mixed
__construct()  : mixed
onLogoutSuccess()  : Response
Creates a Response object to send upon a successful logout.

Properties

Methods

onLogoutSuccess()

Creates a Response object to send upon a successful logout.

public onLogoutSuccess(Request $request) : Response
Parameters
$request : Request
Return values
Response

never null

Search results