PageContentPreviewRenderingEvent implements StoppableEventInterface

FinalYes

Use this Event to have a custom preview for a content type in the Page Module

Table of Contents

Interfaces

StoppableEventInterface

Methods

__construct()  : mixed
getPageLayoutContext()  : PageLayoutContext
getPreviewContent()  : string|null
getRecord()  : array<string|int, mixed>
getTable()  : string
isPropagationStopped()  : bool
setPreviewContent()  : void
setRecord()  : void

Methods

getPreviewContent()

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

getRecord()

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

getTable()

public getTable() : string
Return values
string

isPropagationStopped()

public isPropagationStopped() : bool
Return values
bool

setPreviewContent()

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

setRecord()

public setRecord(array<string|int, mixed> $record) : void
Parameters
$record : array<string|int, mixed>

        
On this page

Search results