SystemInformationController
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.
Attributes
- #[AsController]
Table of Contents
Methods
- __construct() : mixed
- renderMenuAction() : ResponseInterface
- Renders the menu for AJAX calls
Methods
__construct()
public
__construct(SystemInformationToolbarItem $systemInformationToolbarItem) : mixed
Parameters
- $systemInformationToolbarItem : SystemInformationToolbarItem
renderMenuAction()
Renders the menu for AJAX calls
public
renderMenuAction(ServerRequestInterface $request) : ResponseInterface
Parameters
- $request : ServerRequestInterface