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
Properties
Methods
- __construct() : mixed
- handleRequest() : ResponseInterface
- Main action - displays database record statistics
- getLanguageService() : LanguageService
Properties
$moduleTemplateFactory
protected
ModuleTemplateFactory
$moduleTemplateFactory
$recordStatisticsService
protected
RecordStatisticsService
$recordStatisticsService
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
Return values
ResponseInterfacegetLanguageService()
protected
getLanguageService() : LanguageService