TranslationStatusController
Read onlyYes
Status -> Localization overview
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
Methods
__construct()
public
__construct(IconFactory $iconFactory, UriBuilder $uriBuilder, ModuleProvider $moduleProvider, ModuleTemplateFactory $moduleTemplateFactory, EventDispatcherInterface $eventDispatcher, TcaSchemaFactory $tcaSchemaFactory, ComponentFactory $componentFactory, ConnectionPool $connectionPool) : mixed
Parameters
- $iconFactory : IconFactory
- $uriBuilder : UriBuilder
- $moduleProvider : ModuleProvider
- $moduleTemplateFactory : ModuleTemplateFactory
- $eventDispatcher : EventDispatcherInterface
- $tcaSchemaFactory : TcaSchemaFactory
- $componentFactory : ComponentFactory
- $connectionPool : ConnectionPool
handleRequest()
public
handleRequest(ServerRequestInterface $request) : ResponseInterface
Parameters
- $request : ServerRequestInterface