‪TYPO3CMS  10.4
TYPO3\CMS\Frontend\ContentObject\ContentObjectPostInitHookInterface Interface Reference

Public Member Functions

 postProcessContentObjectInitialization (ContentObjectRenderer &$parentObject)
 

Detailed Description

Interface for classes which hook into \TYPO3\CMS\Frontend\ContentObject and do additional initialization processing.

Definition at line 22 of file ContentObjectPostInitHookInterface.php.

Member Function Documentation

◆ postProcessContentObjectInitialization()

TYPO3\CMS\Frontend\ContentObject\ContentObjectPostInitHookInterface::postProcessContentObjectInitialization ( ContentObjectRenderer $parentObject)

Hook for post processing the initialization of ContentObjectRenderer

Parameters
\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer$parentObject‪Parent content object