SubmoduleOverviewController
Read onlyYes
FinalYes
Controller for displaying a card-based overview of available submodules.
This provides a user-friendly way to navigate between third-level modules.
This class is a specific Backend controller implementation and is not part of the TYPO3's Core API.
Attributes
- #[AsController]
Table of Contents
Methods
- __construct() : mixed
- handleRequest() : ResponseInterface
- Main action that displays the submodule overview cards
Methods
__construct()
public
__construct(ModuleTemplateFactory $moduleTemplateFactory, ModuleProvider $moduleProvider) : mixed
Parameters
- $moduleTemplateFactory : ModuleTemplateFactory
- $moduleProvider : ModuleProvider
handleRequest()
Main action that displays the submodule overview cards
public
handleRequest(ServerRequestInterface $request) : ResponseInterface
Parameters
- $request : ServerRequestInterface