AfterStdWrapFunctionsInitializedEvent

New in version 13.0

This event is one of the more powerful replacements for the removed hook $GLOBALS['TYPO3_CONF_VARS']['SC_OPTIONS']['tslib/class.tslib_content.php']['stdWrap'].

The PSR-14 event \TYPO3\CMS\Frontend\ContentObject\Event\AfterStdWrapFunctionsInitializedEvent is dispatched after any stdWrap functions have been initialized, but before any content gets modified or replaced.

Calling order of similar events:

Example

Have a look into the example of EnhanceStdWrapEvent.

API

class AfterStdWrapFunctionsInitializedEvent
Fully qualified name
\TYPO3\CMS\Frontend\ContentObject\Event\AfterStdWrapFunctionsInitializedEvent

Event is dispatched after stdWrap functions have been initialized, but before any content gets modified or replaced.

getContent ( )
Returns
?string
setContent ( string $content)
param $content

the content

getConfiguration ( )
Returns
array
getContentObjectRenderer ( )
Returns
\TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer