BeforeSectionMarkupGeneratedEvent extends AbstractSectionMarkupGeneratedEvent
FinalYes
This event can be triggered to display content in any colPos before the first content element.
since TYPO3 v14, will be removed in TYPO3 v15. Has no replacement.
Table of Contents
Methods
- __construct() : mixed
- getColumnConfig() : array<string|int, mixed>
- getContent() : string
- getPageLayoutContext() : PageLayoutContext
- getRecords() : array<string|int, RecordInterface>
- isPropagationStopped() : bool
- Prevent other listeners from being called if rendering is stopped by listener.
- setContent() : void
- setStopRendering() : void
Methods
__construct()
public
__construct(array<string|int, mixed> $columnConfig, PageLayoutContext $pageLayoutContext, array<string|int, mixed> $records) : mixed
Parameters
- $columnConfig : array<string|int, mixed>
- $pageLayoutContext : PageLayoutContext
- $records : array<string|int, mixed>
getColumnConfig()
public
getColumnConfig() : array<string|int, mixed>
Return values
array<string|int, mixed>getContent()
public
getContent() : string
Return values
stringgetPageLayoutContext()
public
getPageLayoutContext() : PageLayoutContext
Return values
PageLayoutContextgetRecords()
public
getRecords() : array<string|int, RecordInterface>
Return values
array<string|int, RecordInterface>isPropagationStopped()
Prevent other listeners from being called if rendering is stopped by listener.
public
isPropagationStopped() : bool
Return values
boolsetContent()
public
setContent([string $content = '' ]) : void
Parameters
- $content : string = ''
setStopRendering()
public
setStopRendering(bool $stopRendering) : void
Parameters
- $stopRendering : bool