TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\View\PageLayoutViewDrawItemHookInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Backend\View\PageLayoutViewDrawItemHookInterface:
TYPO3\CMS\CssStyledContent\Hooks\PageLayoutView\ImagePreviewRenderer TYPO3\CMS\CssStyledContent\Hooks\PageLayoutView\TextpicPreviewRenderer TYPO3\CMS\CssStyledContent\Hooks\PageLayoutView\TextPreviewRenderer TYPO3\CMS\Felogin\Hooks\CmsLayout TYPO3\CMS\FluidStyledContent\Hooks\TextmediaPreviewRenderer TYPO3\CMS\Form\Hooks\PageLayoutView\MailformPreviewRenderer

Public Member Functions

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

Detailed Description

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

Definition at line 21 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
bool$drawItemWhether to draw the item using the default functionalities
string$headerContentHeader content
string$itemContentItem content
array$rowRecord row of tt_content
Returns
void