TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Frontend\Page\PageRepositoryGetPageOverlayHookInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Frontend\Page\PageRepositoryGetPageOverlayHookInterface:
t3lib_pageSelect_getPageOverlayHook

Public Member Functions

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

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Interface for classes which hook into

Author
Tolleiv Nietsch niets.nosp@m.ch@a.nosp@m.oemed.nosp@m.ia.d.nosp@m.e

Definition at line 22 of file PageRepositoryGetPageOverlayHookInterface.php.

Member Function Documentation

◆ getPageOverlay_preProcess()

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

enables to preprocess the pageoverlay

Parameters
array$pageInputThe page record
integer$lUidThe overlay language
\TYPO3\CMS\Frontend\Page\PageRepository$parentThe calling parent object
Returns
void