TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Backend\View\PageLayoutViewDrawItemHookInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Backend\View\PageLayoutViewDrawItemHookInterface:
tx_cms_layout_tt_content_drawItemHook TYPO3\CMS\Felogin\Hooks\CmsLayout

Public Member Functions

 preProcess (\TYPO3\CMS\Backend\View\PageLayoutView &$parentObject, &$drawItem, &$headerContent, &$itemContent, 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_drawItem processing.

Author
Oliver Hader olive.nosp@m.r@ty.nosp@m.po3.o.nosp@m.rg

Definition at line 23 of file PageLayoutViewDrawItemHookInterface.php.

Member Function Documentation

◆ preProcess()

TYPO3\CMS\Backend\View\PageLayoutViewDrawItemHookInterface::preProcess ( \TYPO3\CMS\Backend\View\PageLayoutView $parentObject,
$drawItem,
$headerContent,
$itemContent,
array &  $row 
)

Preprocesses the preview rendering of a content element.

Parameters
\TYPO3\CMS\Backend\View\PageLayoutView$parentObjectCalling parent object
boolean$drawItemWhether to draw the item using the default functionalities
string$headerContentHeader content
string$itemContentItem content
array$rowRecord row of tt_content
Returns
void