WarningMessagePostProcessor
Post processes the warning messages found in about modules.
Table of Contents
Methods
- displayWarningMessages_postProcess() : mixed
- 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.
- getBackendUser() : BackendUserAuthentication
- getLanguageService() : LanguageService
Methods
displayWarningMessages_postProcess()
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.
    public
                    displayWarningMessages_postProcess(array<string|int, mixed> &$warningMessages) : mixed
    Parameters
- $warningMessages : array<string|int, mixed>
- 
                    An array of messages related to already found issues. 
getBackendUser()
    protected
                    getBackendUser() : BackendUserAuthentication
    Return values
BackendUserAuthenticationgetLanguageService()
    protected
                    getLanguageService() : LanguageService