ContentStatisticsController
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
Methods
__construct()
public
__construct(ModuleTemplateFactory $moduleTemplateFactory, ContentStatisticsService $contentStatisticsService, UriBuilder $uriBuilder, ComponentFactory $componentFactory) : mixed
Parameters
- $moduleTemplateFactory : ModuleTemplateFactory
- $contentStatisticsService : ContentStatisticsService
- $uriBuilder : UriBuilder
- $componentFactory : ComponentFactory
handleRequest()
public
handleRequest(ServerRequestInterface $request) : ResponseInterface
Parameters
- $request : ServerRequestInterface