SetupConfigMerger
Read onlyYes
FinalYes
Frontend TypoScript 'setup' has the main 'config' section for global config, plus a per type / typeNum specific PAGE 'config' (often page.config) that can override global 'config' per type / typeNum.
This class merges both into the final 'config', later available in Request attribute 'frontend.typoscript' getConfigTree() and getConfigArray().
Tags
Table of Contents
Methods
Methods
merge()
public
merge(ChildNodeInterface|null $config, ChildNodeInterface|null $pageConfig) : RootNode
Parameters
- $config : ChildNodeInterface|null
- $pageConfig : ChildNodeInterface|null