AboutController

Module 'about' shows some standard information for TYPO3 CMS: About-text, version number, available modules and so on.

Internal

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

Attributes
#[AsController]

Table of Contents

Properties

$eventDispatcher  : EventDispatcherInterface
$moduleProvider  : ModuleProvider
$moduleTemplateFactory  : ModuleTemplateFactory
$packageManager  : PackageManager
$typo3Information  : Typo3Information
$version  : Typo3Version

Methods

__construct()  : mixed
handleRequest()  : ResponseInterface
Main action: Show standard information
getBackendUser()  : BackendUserAuthentication
getLoadedExtensions()  : array<string|int, mixed>
Fetches a list of all active (loaded) extensions in the current system

Properties

$eventDispatcher read-only

protected EventDispatcherInterface $eventDispatcher

Methods

handleRequest()

Main action: Show standard information

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

getLoadedExtensions()

Fetches a list of all active (loaded) extensions in the current system

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

        
On this page

Search results