TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\View\PageLayoutViewDrawFooterHookInterface Interface Reference

Public Member Functions

 preProcess (\TYPO3\CMS\Backend\View\PageLayoutView &$parentObject, &$info, array &$row)
 

Detailed Description

Interface for classes which hook into PageLayoutView and do additional tt_content_drawFooter processing.

Definition at line 22 of file PageLayoutViewDrawFooterHookInterface.php.

Member Function Documentation

◆ preProcess()

TYPO3\CMS\Backend\View\PageLayoutViewDrawFooterHookInterface::preProcess ( \TYPO3\CMS\Backend\View\PageLayoutView $parentObject,
$info,
array &  $row 
)

Preprocesses the preview footer rendering of a content element.

Parameters
\TYPO3\CMS\Backend\View\PageLayoutView$parentObjectCalling parent object
string$infoProcessed values
array$rowRecord row of tt_content
Returns
void