‪TYPO3CMS  9.5
TYPO3\CMS\Rsaauth\BackendWarnings Class Reference

Public Member Functions

 displayWarningMessages_postProcess (array &$warnings)
 

Protected Member Functions

TYPO3 CMS Core Localization LanguageService getLanguageService ()
 

Detailed Description

This class contains a hook to the backend warnings collection. It checks RSA configuration and create a warning if the configuration is wrong.

Definition at line 24 of file BackendWarnings.php.

Member Function Documentation

◆ displayWarningMessages_postProcess()

TYPO3\CMS\Rsaauth\BackendWarnings::displayWarningMessages_postProcess ( array &  $warnings)

Checks RSA configuration and creates warnings if necessary.

Parameters
array$warnings‪Warnings

Definition at line 31 of file BackendWarnings.php.

References TYPO3\CMS\Rsaauth\Backend\BackendFactory\getBackend(), TYPO3\CMS\Rsaauth\BackendWarnings\getLanguageService(), and TYPO3\CMS\Core\Core\Environment\getPublicPath().

◆ getLanguageService()

TYPO3 CMS Core Localization LanguageService TYPO3\CMS\Rsaauth\BackendWarnings::getLanguageService ( )
protected

Returns LanguageService

Returns
‪\TYPO3\CMS\Core\Localization\LanguageService

Definition at line 64 of file BackendWarnings.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Rsaauth\BackendWarnings\displayWarningMessages_postProcess().