‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\View\PageLayoutViewDrawItemHookInterface Interface Reference

Public Member Functions

 preProcess (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 22 of file PageLayoutViewDrawItemHookInterface.php.

Member Function Documentation

◆ preProcess()

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

Preprocesses the preview rendering of a content element.

Parameters
\TYPO3\CMS\Backend\View\PageLayoutView$parentObject‪Calling parent object
bool$drawItem‪Whether to draw the item using the default functionalities
string$headerContent‪Header content
string$itemContent‪Item content
array$row‪Record row of tt_content