‪TYPO3CMS  ‪main
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.

Deprecated:
‪not in use anymore since TYPO3 v13, will be removed in TYPO3 14. Only stays to allow extensions to be compatible with TYPO3 v12 + v13.

Definition at line 25 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