‪TYPO3CMS  ‪main
TYPO3\CMS\Frontend\ContentObject\Event\AfterStdWrapFunctionsInitializedEvent Class Reference
Inheritance diagram for TYPO3\CMS\Frontend\ContentObject\Event\AfterStdWrapFunctionsInitializedEvent:
TYPO3\CMS\Frontend\ContentObject\Event\EnhanceStdWrapEvent

Additional Inherited Members

- ‪Public Member Functions inherited from ‪TYPO3\CMS\Frontend\ContentObject\Event\EnhanceStdWrapEvent
 __construct (private ?string $content, private readonly array $configuration, private readonly ContentObjectRenderer $contentObjectRenderer)
 
 getContent ()
 
 setContent (string $content)
 
 getConfiguration ()
 
 getContentObjectRenderer ()
 

Detailed Description

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

Definition at line 24 of file AfterStdWrapFunctionsInitializedEvent.php.