SystemInformationController
FinalYes
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.
Table of Contents
Properties
- $backendUserConfiguration : array<string|int, mixed>
Methods
- __construct() : mixed
- appendMessage() : void
- Modifies the SystemInformation toolbar to inject a new message
Properties
$backendUserConfiguration
protected
array<string|int, mixed>
$backendUserConfiguration
Methods
__construct()
public
__construct([array<string|int, mixed>|null $backendUserConfiguration = null ]) : mixed
Parameters
- $backendUserConfiguration : array<string|int, mixed>|null = null
appendMessage()
Modifies the SystemInformation toolbar to inject a new message
public
appendMessage(SystemInformationToolbarCollectorEvent $event) : void
Parameters
Tags
Attributes
- #[AsEventListener]
- 'belog/show-latest-errors'