mediatekformation

AddLinkHeaderListener
in package
implements EventSubscriberInterface

Adds the Link HTTP header to the response.

Tags
author

Kévin Dunglas dunglas@gmail.com

final

Interfaces, Classes, Traits and Enums

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

Table of Contents

$serializer  : mixed
__construct()  : mixed
getSubscribedEvents()  : array<string, mixed>
Returns an array of event names this subscriber wants to listen to.
onKernelResponse()  : 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

Search results