WarningsForAboutModule
FinalYes
Adds a warning message about problems in the current installation to the About module
This is a concrete Event Listener implementation and not part of the TYPO3 Core API.
Table of Contents
Methods
- __construct() : mixed
- __invoke() : void
- Tries to get the highest severity of the system's status first, if something is found it is assumed that the status update task is set up properly or the status report has been checked manually. We then add a system warning message.
Methods
__construct()
public
__construct(Registry $registry, Context $context) : mixed
Parameters
__invoke()
Tries to get the highest severity of the system's status first, if something is found it is assumed that the status update task is set up properly or the status report has been checked manually. We then add a system warning message.
public
__invoke(ModifyGenericBackendMessagesEvent $event) : void
Parameters
- $event : ModifyGenericBackendMessagesEvent
Attributes
- #[AsEventListener]
- 'typo3-reports/warnings'