‪TYPO3CMS  11.5
TYPO3\CMS\Reports\Report\Status\WarningMessagePostProcessor Class Reference

Public Member Functions

 displayWarningMessages_postProcess (array &$warningMessages)
 

Protected Member Functions

LanguageService getLanguageService ()
 
BackendUserAuthentication getBackendUser ()
 

Detailed Description

Post processes the warning messages found in about modules.

Definition at line 27 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$warningMessages‪An array of messages related to already found issues.

Definition at line 37 of file WarningMessagePostProcessor.php.

References TYPO3\CMS\Reports\Report\Status\WarningMessagePostProcessor\getBackendUser(), TYPO3\CMS\Reports\Report\Status\WarningMessagePostProcessor\getLanguageService(), and TYPO3\CMS\Core\Localization\LanguageService\includeLLFile().

◆ getBackendUser()

BackendUserAuthentication TYPO3\CMS\Reports\Report\Status\WarningMessagePostProcessor::getBackendUser ( )
protected
Returns
‪BackendUserAuthentication

Definition at line 78 of file WarningMessagePostProcessor.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Reports\Report\Status\WarningMessagePostProcessor\displayWarningMessages_postProcess().

◆ getLanguageService()

LanguageService TYPO3\CMS\Reports\Report\Status\WarningMessagePostProcessor::getLanguageService ( )
protected