PageRepositoryGetRecordOverlayHookInterface

Interface for classes which hook into \TYPO3\CMS\Core\Domain\Repository\PageRepository

Deprecated

since TYPO3 v12, will be removed in TYPO3 v13.0. Use the PSR-14 events instead.

Table of Contents

Methods

getRecordOverlay_postProcess()  : mixed
Enables to postprocess a record overlay
getRecordOverlay_preProcess()  : mixed
Enables to preprocess a record overlay

Methods

getRecordOverlay_postProcess()

Enables to postprocess a record overlay

public getRecordOverlay_postProcess(string $table, array<string|int, mixed> &$row, int &$sys_language_content, string $OLmode, PageRepository $parent) : mixed
Parameters
$table : string
$row : array<string|int, mixed>
$sys_language_content : int
$OLmode : string
$parent : PageRepository

getRecordOverlay_preProcess()

Enables to preprocess a record overlay

public getRecordOverlay_preProcess(string $table, array<string|int, mixed> &$row, int &$sys_language_content, string $OLmode, PageRepository $parent) : mixed
Parameters
$table : string
$row : array<string|int, mixed>
$sys_language_content : int
$OLmode : string
$parent : PageRepository

        
On this page

Search results