Page
Table of Contents
Namespaces
Classes
- AssetCollector
- The Asset Collector is responsible for keeping track of - everything within <script> tags: javascript files and inline javascript code - inline CSS and CSS files
- AssetRenderer
- ImportMap
- ImportMapCacheWarmer
- ImportMapFactory
- JavaScriptItems
- JavaScriptModuleInstruction
- JavaScriptRenderer
- PageLayout
- Contains information about the layout of a page, mainly which content areas (colPos=0, colPos=1, ...) are used and filled.
- PageLayoutResolver
- Finds the proper layout for a page, using the database fields "backend_layout" and "backend_layout_next_level".
- PageRenderer
- TYPO3 pageRender class This class render the HTML of a webpage, usable for BE and FE
Traits
- DefaultJavaScriptAssetTrait
- Trait used to add default JavaScript in frontend rendering context while considering TypoScript setting `config.removeDefaultJS` as well.