mediatekformation

IsGrantedListener
in package
implements EventSubscriberInterface

Handles the IsGranted annotation on controllers.

Tags
author

Ryan Weaver ryan@knpuniversity.com

Interfaces, Classes, Traits and Enums

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

Table of Contents

$argumentNameConverter  : mixed
$authChecker  : mixed
__construct()  : mixed
getSubscribedEvents()  : array<string, mixed>
Returns an array of event names this subscriber wants to listen to.
onKernelControllerArguments()  : mixed
createMissingSubjectException()  : mixed
getIsGrantedString()  : mixed

Properties

Methods

getSubscribedEvents()

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

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

The event names to listen to

createMissingSubjectException()

private createMissingSubjectException(string $subject) : mixed
Parameters
$subject : string
Return values
mixed

Search results