RecordStatisticsController
Read onlyYes
FinalYes
This class is a specific Backend controller implementation and is not considered part of the Public TYPO3 API.
Attributes
- #[AsController]
Table of Contents
Methods
- __construct() : mixed
- handleRequest() : ResponseInterface
- Main action - displays database record statistics
Methods
__construct()
public
__construct(ModuleTemplateFactory $moduleTemplateFactory, RecordStatisticsService $recordStatisticsService) : mixed
Parameters
- $moduleTemplateFactory : ModuleTemplateFactory
- $recordStatisticsService : RecordStatisticsService
handleRequest()
Main action - displays database record statistics
public
handleRequest(ServerRequestInterface $request) : ResponseInterface
Parameters
- $request : ServerRequestInterface