‪TYPO3CMS  9.5
TYPO3\CMS\Backend\Controller\SystemInformationController Class Reference

Public Member Functions

 __construct ()
 
ResponseInterface renderMenuAction ()
 

Protected Attributes

SystemInformationToolbarItem $toolbarItem
 

Detailed Description

Controller for system information processing

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

Definition at line 27 of file SystemInformationController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Controller\SystemInformationController::__construct ( )

Set up dependencies

Definition at line 36 of file SystemInformationController.php.

Member Function Documentation

◆ renderMenuAction()

ResponseInterface TYPO3\CMS\Backend\Controller\SystemInformationController::renderMenuAction ( )

Renders the menu for AJAX calls

Returns
‪ResponseInterface

Definition at line 46 of file SystemInformationController.php.

Member Data Documentation

◆ $toolbarItem

SystemInformationToolbarItem TYPO3\CMS\Backend\Controller\SystemInformationController::$toolbarItem
protected

Definition at line 31 of file SystemInformationController.php.