TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Frontend\Page\PageRepositoryGetRecordOverlayHookInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Frontend\Page\PageRepositoryGetRecordOverlayHookInterface:
t3lib_pageSelect_getRecordOverlayHook

Public Member Functions

 getRecordOverlay_preProcess ($table, &$row, &$sys_language_content, $OLmode, \TYPO3\CMS\Frontend\Page\PageRepository $parent)
 
 getRecordOverlay_postProcess ($table, &$row, &$sys_language_content, $OLmode, \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 PageRepositoryGetRecordOverlayHookInterface.php.

Member Function Documentation

◆ getRecordOverlay_postProcess()

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

Enables to postprocess a record overlay

Parameters
string$table
array$row
integer$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,
\TYPO3\CMS\Frontend\Page\PageRepository  $parent 
)

Enables to preprocess a record overlay

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