ContentObjectPostInitHookInterface
Interface for classes which hook into \TYPO3\CMS\Frontend\ContentObject and do additional initialization processing.
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.
Table of Contents
Methods
- postProcessContentObjectInitialization() : mixed
- Hook for post processing the initialization of ContentObjectRenderer
Methods
postProcessContentObjectInitialization()
Hook for post processing the initialization of ContentObjectRenderer
public
postProcessContentObjectInitialization(ContentObjectRenderer &$parentObject) : mixed
Parameters
- $parentObject : ContentObjectRenderer
-
Parent content object