mediatekformation

ParamConverterListener
in package
implements EventSubscriberInterface

The ParamConverterListener handles the ParamConverter annotation.

Tags
author

Fabien Potencier fabien@symfony.com

Interfaces, Classes, Traits and Enums

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

Table of Contents

$autoConvert  : mixed
$manager  : ParamConverterManager
__construct()  : mixed
getSubscribedEvents()  : array<string, mixed>
Returns an array of event names this subscriber wants to listen to.
onKernelController()  : mixed
Modifies the ParamConverterManager instance.
autoConfigure()  : 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

autoConfigure()

private autoConfigure(ReflectionFunctionAbstract $r, Request $request, mixed $configurations) : mixed
Parameters
$r : ReflectionFunctionAbstract
$request : Request
$configurations : mixed
Return values
mixed

Search results