Module
Table of Contents
Interfaces
- ModuleInterface
- An interface representing a TYPO3 Backend module.
Classes
- BaseModule
- The basic backend module, to be extended by more detailed implementations (e.g. ExtbaseModule)
- BeforeModuleCreationEvent
- Listeners can adjust the module configuration before the module gets created and registered
- ExtbaseModule
- An extbase built backend module
- MenuModule
- A representation for a module used for the menu generation.
- Module
- A standard backend nodule
- ModuleData
- A simple DTO containing the user specific module settings, e.g. whether the clipboard is shown.
- ModuleFactory
- ModuleProvider
- This is the central point to retrieve modules from the ModuleRegistry, while
performing the necessary access checks, which ModuleRegistry does not deal with.
- ModuleRegistry