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

Public Member Functions

 getRecordOverlay_preProcess ($table, &$row, &$sys_language_content, $OLmode, PageRepository $parent)
 
 getRecordOverlay_postProcess ($table, &$row, &$sys_language_content, $OLmode, PageRepository $parent)
 

Detailed Description

Interface for classes which hook into

Definition at line 20 of file PageRepositoryGetRecordOverlayHookInterface.php.

Member Function Documentation

◆ getRecordOverlay_postProcess()

TYPO3\CMS\Frontend\Page\PageRepositoryGetRecordOverlayHookInterface::getRecordOverlay_postProcess (   $table,
$row,
$sys_language_content,
  $OLmode,
PageRepository  $parent 
)

Enables to postprocess a record overlay

Parameters
string$table
array$row
int$sys_language_content
string$OLmode
\TYPO3\CMS\Frontend\Page\PageRepository$parent

◆ getRecordOverlay_preProcess()

TYPO3\CMS\Frontend\Page\PageRepositoryGetRecordOverlayHookInterface::getRecordOverlay_preProcess (   $table,
$row,
$sys_language_content,
  $OLmode,
PageRepository  $parent 
)

Enables to preprocess a record overlay

Parameters
string$table
array$row
int$sys_language_content
string$OLmode
\TYPO3\CMS\Frontend\Page\PageRepository$parent