TYPO3 CMS  TYPO3_6-2
TYPO3\CMS\Reports\Report\Status\WarningMessagePostProcessor Class Reference
Inheritance diagram for TYPO3\CMS\Reports\Report\Status\WarningMessagePostProcessor:
tx_reports_reports_status_WarningMessagePostProcessor

Public Member Functions

 displayWarningMessages_postProcess (array &$warningMessages)
 

Detailed Description

This file is part of the TYPO3 CMS project.

It is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License, either version 2 of the License, or any later version.

For the full copyright and license information, please read the LICENSE.txt file that was distributed with this source code.

The TYPO3 project - inspiring people to share! Post processes the warning messages found in about modules.

Author
Ingo Renner ingo@.nosp@m.typo.nosp@m.3.org

Definition at line 21 of file WarningMessagePostProcessor.php.

Member Function Documentation

◆ displayWarningMessages_postProcess()

TYPO3\CMS\Reports\Report\Status\WarningMessagePostProcessor::displayWarningMessages_postProcess ( array &  $warningMessages)

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 and we take over control over the system warning messages.

Parameters
array$warningMessagesAn array of messages related to already found issues.

Definition at line 31 of file WarningMessagePostProcessor.php.

References $GLOBALS, $registry, TYPO3\CMS\Core\Utility\GeneralUtility\makeInstance(), and TYPO3\CMS\Reports\Status\OK.