TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Rsaauth\BackendWarnings Class Reference

Public Member Functions

 displayWarningMessages_postProcess (array &$warnings)
 

Protected Member Functions

 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 21 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$warningsWarnings
Returns
void

Definition at line 29 of file BackendWarnings.php.

References $GLOBALS, TYPO3\CMS\Rsaauth\BackendWarnings\getLanguageService(), and TYPO3\CMS\Core\Utility\GeneralUtility\isAbsPath().

◆ getLanguageService()

TYPO3\CMS\Rsaauth\BackendWarnings::getLanguageService ( )
protected

Returns LanguageService

Returns

Definition at line 63 of file BackendWarnings.php.

References $GLOBALS.

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