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

Public Member Functions

 __construct (private readonly SystemInformationToolbarItem $systemInformationToolbarItem,)
 
 renderMenuAction (ServerRequestInterface $request)
 

Detailed Description

Controller for system information processing. Used as ajax end point to update drop down

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

Definition at line 32 of file SystemInformationController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Controller\SystemInformationController::__construct ( private readonly SystemInformationToolbarItem  $systemInformationToolbarItem)

Definition at line 34 of file SystemInformationController.php.

Member Function Documentation

◆ renderMenuAction()

TYPO3\CMS\Backend\Controller\SystemInformationController::renderMenuAction ( ServerRequestInterface  $request)

Renders the menu for AJAX calls

Definition at line 41 of file SystemInformationController.php.