ConfigurationController

View configuration arrays in the backend

Internal

This class is a specific Backend controller implementation and is not part of the TYPO3's Core API.

Table of Contents

Properties

$configurationProviderRegistry  : ProviderRegistry
$moduleTemplateFactory  : ModuleTemplateFactory
$pageRenderer  : PageRenderer
$uriBuilder  : UriBuilder

Methods

__construct()  : mixed
mainAction()  : ResponseInterface
Main controller action determines get/post values, takes care of stored backend user settings for this module, determines tree and renders it.
getBackendUser()  : BackendUserAuthentication
Returns the Backend User
getLanguageService()  : LanguageService
Returns the Language Service

Properties

Methods

mainAction()

Main controller action determines get/post values, takes care of stored backend user settings for this module, determines tree and renders it.

public mainAction(ServerRequestInterface $request) : ResponseInterface
Parameters
$request : ServerRequestInterface

the current request

Tags
throws
RuntimeException
Return values
ResponseInterface

the response with the content


        
On this page

Search results