BeforeStdWrapFunctionsExecutedEvent

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\BeforeStdWrapFunctionsExecutedEvent is called directly after the recursive stdWrap function call, but still before the content gets modified.

Calling order of similar events:

Example

Have a look into the example of EnhanceStdWrapEvent.

API

class \TYPO3\CMS\Frontend\ContentObject\Event\ BeforeStdWrapFunctionsExecutedEvent

Event is called directly after the recursive stdWrap function call but still before the content gets modified

getContent ( )
returntype

string

setContent ( string $content)
param string $content

the content

getConfiguration ( )
returntype

array

getContentObjectRenderer ( )
returntype

TYPO3\CMS\Frontend\ContentObject\ContentObjectRenderer