ContentObjectPostInitHookInterface
Interface for classes which hook into \TYPO3\CMS\Frontend\ContentObject and do additional initialization processing.
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