‪TYPO3CMS  9.5
TYPO3\CMS\Frontend\Page\PageRepositoryGetPageOverlayHookInterface Interface Reference

Public Member Functions

 getPageOverlay_preProcess (&$pageInput, &$lUid, PageRepository $parent)
 

Detailed Description

Interface for classes which hook into \TYPO3\CMS\Frontend\Page\PageRepository

Definition at line 20 of file PageRepositoryGetPageOverlayHookInterface.php.

Member Function Documentation

◆ getPageOverlay_preProcess()

TYPO3\CMS\Frontend\Page\PageRepositoryGetPageOverlayHookInterface::getPageOverlay_preProcess ( $pageInput,
$lUid,
PageRepository  $parent 
)

enables to preprocess the pageoverlay

Parameters
array$pageInput‪The page record
int$lUid‪The overlay language
\TYPO3\CMS\Frontend\Page\PageRepository$parent‪The calling parent object