AfterLinkIsGeneratedEvent

FinalYes

Generic event to modify any kind of link generation with typolink(). This is processed by all frontend-related links.

If a link could not be generated, a "UnableToLinkException" could be thrown by an Event Listener.

Table of Contents

Methods

__construct()  : mixed
getContentObjectRenderer()  : ContentObjectRenderer
getLinkInstructions()  : array<string|int, mixed>
Returns the original instructions / $linkConfiguration that were used to build the link
getLinkResult()  : LinkResultInterface
setLinkResult()  : void
Update a link when a part was modified by an Event Listener.

Methods

getLinkInstructions()

Returns the original instructions / $linkConfiguration that were used to build the link

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

        
On this page

Search results