ModifyTypoScriptConstantsEvent
FinalYes
This event will provide listeners with the opportunity to adjust constants according to the users' requirements
This event did not stabilize yet and may change. Use at your own risk. Note the TypoScript AST is also marked @internal at the moment and may change as well.
Table of Contents
Methods
- __construct() : mixed
- getConstantsAst() : RootNode
- setConstantsAst() : void
Methods
__construct()
public
__construct(RootNode $constantsAst) : mixed
Parameters
- $constantsAst : RootNode
getConstantsAst()
public
getConstantsAst() : RootNode
Return values
RootNodesetConstantsAst()
public
setConstantsAst(RootNode $constantsAst) : void
Parameters
- $constantsAst : RootNode