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
- ContentArea
- Contains information about a specific column in a page layout, including the content elements to be rendered (depending on the context)
- ContentAreaClosure
- Used to initialize a content area once it is accessed
- ContentAreaCollection
- Collection of content areas
- ContentAreaNotFoundException
- An exception
- 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
- ResolveContentAreasEvent
Traits
- DefaultJavaScriptAssetTrait
- Trait used to add default JavaScript in frontend rendering context while considering TypoScript setting `config.removeDefaultJS` as well.