TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Reports\Report\Status\WarningMessagePostProcessor Class Reference

Public Member Functions

 displayWarningMessages_postProcess (array &$warningMessages)
 

Detailed Description

Post processes the warning messages found in about modules.

Definition at line 20 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 30 of file WarningMessagePostProcessor.php.

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