AfterStdWrapFunctionsExecutedEvent¶
New in version 13.0
This event is one of the more powerful replacements for the removed hook
$GLOBALS
.
The PSR-14 event
\TYPO3\
is called after the content has been modified by the rest of the
stdWrap functions.
Calling order of similar events:
- BeforeStdWrapFunctionsInitializedEvent
- AfterStdWrapFunctionsInitializedEvent
- BeforeStdWrapFunctionsExecutedEvent
- AfterStdWrapFunctionsExecutedEvent
See also
Example¶
Have a look into the example of EnhanceStdWrapEvent.
API¶
- class AfterStdWrapFunctionsExecutedEvent ¶
-
- Fully qualified name
-
\TYPO3\
CMS\ Frontend\ Content Object\ Event\ After Std Wrap Functions Executed Event
Event is called after the content has been modified by the rest of the stdWrap functions
- getContent ( ) ¶
-
- Returns
-
?string
- setContent ( string $content) ¶
-
- param $content
-
the content
- getConfiguration ( ) ¶
-
- Returns
-
array
- getContentObjectRenderer ( ) ¶
-
- Returns
-
\TYPO3\
CMS\ Frontend\ Content Object\ Content Object Renderer