PageRepositoryGetRecordOverlayHookInterface
Interface for classes which hook into \TYPO3\CMS\Core\Domain\Repository\PageRepository
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