mediatekformation

InteractiveLoginEvent extends Event
in package

Tags
author

Fabien Potencier fabien@symfony.com

final

since Symfony 4.4

Table of Contents

$authenticationToken  : mixed
$propagationStopped  : mixed
$request  : mixed
__construct()  : mixed
getAuthenticationToken()  : TokenInterface
Gets the authentication token.
getRequest()  : Request
Gets the request.
isPropagationStopped()  : bool
stopPropagation()  : mixed

Properties

$propagationStopped

private mixed $propagationStopped = false

Methods

getRequest()

Gets the request.

public getRequest() : Request
Return values
Request

A Request instance

isPropagationStopped()

public isPropagationStopped() : bool
Tags
deprecated

since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead

Return values
bool

Whether propagation was already stopped for this event

stopPropagation()

public stopPropagation() : mixed
Tags
deprecated

since Symfony 4.3, use "Symfony\Contracts\EventDispatcher\Event" instead

Return values
mixed

Search results