EnhanceStdWrapEvent

AbstractYes

Listeners to this Event are able to modify the stdWrap processing, enhancing the functionality and manipulating the final result / content. This is the parent Event, which allows the corresponding listeners to be called on each step, see child Events:

Tags
see
BeforeStdWrapFunctionsInitializedEvent
see
AfterStdWrapFunctionsInitializedEvent
see
BeforeStdWrapFunctionsExecutedEvent
see
AfterStdWrapFunctionsExecutedEvent

Note: The class is declared abstract to prevent it from being dispatched directly. Only child classes are to be dispatched to prevent duplicate executions.

Table of Contents

Methods

__construct()  : mixed
getConfiguration()  : array<string|int, mixed>
getContent()  : string|null
getContentObjectRenderer()  : ContentObjectRenderer
setContent()  : void

Methods

__construct()

public __construct(string|null $content, array<string|int, mixed> $configuration, ContentObjectRenderer $contentObjectRenderer) : mixed
Parameters
$content : string|null
$configuration : array<string|int, mixed>
$contentObjectRenderer : ContentObjectRenderer

getConfiguration()

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

getContent()

public getContent() : string|null
Return values
string|null

setContent()

public setContent(string $content) : void
Parameters
$content : string

        
On this page

Search results