Core
Table of Contents
Namespaces
- Event
Interfaces
- ApplicationInterface
- The base ApplicationInterface which
is used for all Entry Points for TYPO3, may it be
Frontend, Backend, Install Tool or Command Line.
Classes
- ApplicationContext
- The TYPO3 Context object.
- BootService
- Bootstrap
- This class encapsulates bootstrap related methods.
- ClassLoadingInformation
- Get and manipulate class loading information, only necessary/in use
when TYPO3 is not purely set up by composer but when e.g. extensions are installed via the extension manager
by utilizing the composer class loader and adding more information built by the ClassLoadingInformationGenerator
class.
- ClassLoadingInformationGenerator
- Generates class loading information (class maps, class aliases etc.) and writes it to files
for further inclusion in the bootstrap
- ClassLoadingInformationUpdater
- Environment
- This class is initialized once in the SystemEnvironmentBuilder, and can then
be used throughout the application to access common variables
related to path-resolving and OS-/PHP-application specific information.
- RequestId
- SystemEnvironmentBuilder
- Class to encapsulate base setup of bootstrap.