mediatekformation

ChannelListener extends AbstractListener
in package
implements ListenerInterface Uses LegacyListenerTrait

ChannelListener switches the HTTP protocol based on the access control configuration.

Tags
author

Fabien Potencier fabien@symfony.com

final

since Symfony 4.3

Interfaces, Classes, Traits and Enums

ListenerInterface
Interface that must be implemented by firewall listeners.

Table of Contents

$authenticationEntryPoint  : mixed
$logger  : mixed
$map  : mixed
__construct()  : mixed
__invoke()  : mixed
authenticate()  : mixed
Does whatever is required to authenticate the request, typically calling $event->setResponse() internally.
supports()  : bool|null
Handles channel management.

Properties

Methods

authenticate()

Does whatever is required to authenticate the request, typically calling $event->setResponse() internally.

public authenticate(RequestEvent $event) : mixed
Parameters
$event : RequestEvent
Return values
mixed

supports()

Handles channel management.

public supports(Request $request) : bool|null
Parameters
$request : Request
Return values
bool|null

Search results