‪TYPO3CMS  10.4
TYPO3\CMS\Belog\Controller\SystemInformationController Class Reference

Public Member Functions

 __construct (array $backendUserConfiguration=null)
 
 appendMessage (SystemInformationToolbarCollectorEvent $event)
 

Protected Attributes

array $backendUserConfiguration
 

Private Member Functions

 fetchLastAccessTimestamp ()
 

Detailed Description

Count latest exceptions for the system information menu.

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

Definition at line 33 of file SystemInformationController.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Belog\Controller\SystemInformationController::__construct ( array  $backendUserConfiguration = null)

Member Function Documentation

◆ appendMessage()

TYPO3\CMS\Belog\Controller\SystemInformationController::appendMessage ( SystemInformationToolbarCollectorEvent  $event)

Modifies the SystemInformation toolbar to inject a new message

Parameters
SystemInformationToolbarCollectorEvent$event
Exceptions

Definition at line 49 of file SystemInformationController.php.

References TYPO3\CMS\Backend\Backend\Event\SystemInformationToolbarCollectorEvent\getToolbarItem(), TYPO3\CMS\Backend\Toolbar\Enumeration\InformationStatus\STATUS_ERROR, and TYPO3\CMS\Extbase\Utility\LocalizationUtility\translate().

◆ fetchLastAccessTimestamp()

TYPO3\CMS\Belog\Controller\SystemInformationController::fetchLastAccessTimestamp ( )
private

Definition at line 88 of file SystemInformationController.php.

Member Data Documentation

◆ $backendUserConfiguration

array TYPO3\CMS\Belog\Controller\SystemInformationController::$backendUserConfiguration
protected