TYPO3  7.6
Public Member Functions | List of all members
PageLayoutViewDrawFooterHookInterface Interface Reference

Public Member Functions

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

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 PageLayoutView and do additional tt_content_drawFooter processing.

Definition at line 22 of file PageLayoutViewDrawFooterHookInterface.php.

Member Function Documentation

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