‪TYPO3CMS  ‪main
TYPO3\CMS\Core\Domain\Repository\PageRepositoryGetPageHookInterface Interface Reference

Public Member Functions

 getPage_preProcess (&$uid, &$disableGroupAccessCheck, PageRepository $parentObject)
 

Detailed Description

Interface for classes which hook into pageSelect and do additional getPage processing

Deprecated:
‪will be removed in TYPO3 v14.0.

Definition at line 22 of file PageRepositoryGetPageHookInterface.php.

Member Function Documentation

◆ getPage_preProcess()

TYPO3\CMS\Core\Domain\Repository\PageRepositoryGetPageHookInterface::getPage_preProcess ( $uid,
$disableGroupAccessCheck,
PageRepository  $parentObject 
)

Modifies the DB params

Parameters
int$uid‪The page ID
bool$disableGroupAccessCheck‪If set, the check for group access is disabled. VERY rarely used
PageRepository$parentObject‪Parent object