FileAccess Orion

ValidateRequestListener
in package
implements EventSubscriberInterface

Validates Requests.

Tags
author

Magnus Nordlander magnus@fervo.se

final

since Symfony 4.3

Interfaces, Classes, Traits and Enums

EventSubscriberInterface
An EventSubscriber knows itself what events it is interested in.

Table of Contents

getSubscribedEvents()  : array<string|int, mixed>
Returns an array of event names this subscriber wants to listen to.
onKernelRequest()  : mixed
Performs the validation.

Methods

getSubscribedEvents()

Returns an array of event names this subscriber wants to listen to.

public static getSubscribedEvents() : array<string|int, mixed>
Return values
array<string|int, mixed>

The event names to listen to

Search results