Package
Table of Contents
Namespaces
Interfaces
- PackageInterface
- Interface for a TYPO3 Package class
Classes
- AbstractServiceProvider
- Exception
- A package exception
- FailsafePackageManager
- This is an intermediate package manager that loads just the required extensions for the install in case the package states are unavailable.
- MetaData
- The default TYPO3 Package MetaData implementation
- Package
- A Package representing the details of an extension and/or a composer package
- PackageActivationService
- Service for activating packages, enabling further initialization functionality by dispatching the PackageInitializationEvent.
- PackageInitializationResult
- Dto for package initialization result data. Used by listeners to the PackageInitializationEvent
- PackageManager
- The default TYPO3 Package Manager
- PseudoServiceProvider
- UnitTestPackageManager
- This is an intermediate package manager that loads all extensions that are present in one of the package base paths, so that the class loader can find the classes of all tests, whether the according extension is active in the installation itself or not.