IncludeTree
Table of Contents
Namespaces
- Event
- IncludeNode
- Traverser
- Visitor
Classes
- StringTreeBuilder
- Parse a single TypoScript string, supporting imports and conditions.
- SysTemplateRepository
- Fetch relevant sys_template records from database by given page rootline.
- SysTemplateTreeBuilder
- Create a tree representing all TypoScript includes.
- TreeFromLineStreamBuilder
- Helper class of TreeBuilder classes: This class gets a node with a LineStream - a node
created from a sys_template 'constants' or 'setup' field, or created from a
file import or a string. It then looks for conditions and imports in the attached LineStream
and splits the node into child nodes if needed.
- TsConfigTreeBuilder
- Build include tree for user TSconfig and page TSconfig. This is typically used only by
UserTsConfigFactory and PageTsConfigFactory.