CspModuleController

Content-Security-Policy backend module view, loading the CSP lit-element and providing the current context.

Internal

This is a specific Backend Controller implementation and is not considered part of the Public TYPO3 API.

Attributes
#[AsController]

Table of Contents

Properties

$componentFactory  : ComponentFactory
$features  : Features
$iconFactory  : IconFactory
$moduleTemplateFactory  : ModuleTemplateFactory
$pageRenderer  : PageRenderer
$scopeRepository  : ScopeRepository
$uriBuilder  : UriBuilder

Methods

__construct()  : mixed
mainAction()  : ResponseInterface
getBackendUser()  : BackendUserAuthentication
getConfigurationStatus()  : array<string|int, mixed>
getLanguageService()  : LanguageService
registerDocHeaderButtons()  : void

Properties

Methods

__construct()

public __construct(Features $features, UriBuilder $uriBuilder, PageRenderer $pageRenderer, ScopeRepository $scopeRepository, ModuleTemplateFactory $moduleTemplateFactory, IconFactory $iconFactory, ComponentFactory $componentFactory) : mixed
Parameters
$features : Features
$uriBuilder : UriBuilder
$pageRenderer : PageRenderer
$scopeRepository : ScopeRepository
$moduleTemplateFactory : ModuleTemplateFactory
$iconFactory : IconFactory
$componentFactory : ComponentFactory

mainAction()

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

getConfigurationStatus()

protected getConfigurationStatus() : array<string|int, mixed>
Return values
array<string|int, mixed>

        
On this page

Search results