PageRepositoryGetPageOverlayHookInterface
Interface for classes which hook into \TYPO3\CMS\Core\Domain\Repository\PageRepository
since TYPO3 v12, will be removed in TYPO3 v13.0. Use the PSR-14 events instead.
Table of Contents
Methods
- getPageOverlay_preProcess() : mixed
- enables to preprocess the pageoverlay
Methods
getPageOverlay_preProcess()
enables to preprocess the pageoverlay
    public
                    getPageOverlay_preProcess(array<string|int, mixed> &$pageInput, int &$lUid, PageRepository $parent) : mixed
    Parameters
- $pageInput : array<string|int, mixed>
- 
                    The page record 
- $lUid : int
- 
                    The overlay language 
- $parent : PageRepository
- 
                    The calling parent object