ConfigurationController
FinalYes
View configuration arrays in the backend. This is the "Configuration" main module.
This class is a specific Backend controller implementation and is not part of the TYPO3's Core API.
Table of Contents
Methods
- __construct() : mixed
- indexAction() : ResponseInterface
Methods
__construct()
public
__construct(ProviderRegistry $configurationProviderRegistry, UriBuilder $uriBuilder, ModuleTemplateFactory $moduleTemplateFactory) : mixed
Parameters
- $configurationProviderRegistry : ProviderRegistry
- $uriBuilder : UriBuilder
- $moduleTemplateFactory : ModuleTemplateFactory
indexAction()
public
indexAction(ServerRequestInterface $request) : ResponseInterface
Parameters
- $request : ServerRequestInterface