TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Frontend\Page\PageRepositoryGetPageOverlayHookInterface Interface Reference

Public Member Functions

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

Detailed Description

Interface for classes which hook into

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$pageInputThe page record
int$lUidThe overlay language
\TYPO3\CMS\Frontend\Page\PageRepository$parentThe calling parent object
Returns
void