AfterStdWrapFunctionsInitializedEvent
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 dispatched after any stdWrap functions have been
initialized, but before any content gets modified or replaced.
Calling order of similar events:
- BeforeStdWrapFunctionsInitializedEvent
- AfterStdWrapFunctionsInitializedEvent
- BeforeStdWrapFunctionsExecutedEvent
- AfterStdWrapFunctionsExecutedEvent
See also
Example
Have a look into the example of EnhanceStdWrapEvent.