‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\View\AuthenticationStyleInformation Class Reference
Inheritance diagram for TYPO3\CMS\Backend\View\AuthenticationStyleInformation:

Public Member Functions

 __construct (ExtensionConfiguration $extensionConfiguration)
 
 getBackgroundImageStyles ()
 
 getHighlightColorStyles ()
 
 getFooterNote ()
 
 getLogo ()
 
 getLogoAlt ()
 
 getDefaultLogo ()
 
 getDefaultLogoStyles ()
 
 getSupportingImages ()
 

Protected Member Functions

string getUriForFileName (string $filename)
 

Protected Attributes

array $backendExtensionConfiguration
 

Detailed Description

Provide styling for backend authentication forms, customized via extension configuration.

Definition at line 31 of file AuthenticationStyleInformation.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\View\AuthenticationStyleInformation::__construct ( ExtensionConfiguration  $extensionConfiguration)

Member Function Documentation

◆ getBackgroundImageStyles()

TYPO3\CMS\Backend\View\AuthenticationStyleInformation::getBackgroundImageStyles ( )

◆ getDefaultLogo()

TYPO3\CMS\Backend\View\AuthenticationStyleInformation::getDefaultLogo ( )

◆ getDefaultLogoStyles()

TYPO3\CMS\Backend\View\AuthenticationStyleInformation::getDefaultLogoStyles ( )

Definition at line 129 of file AuthenticationStyleInformation.php.

◆ getFooterNote()

TYPO3\CMS\Backend\View\AuthenticationStyleInformation::getFooterNote ( )

Definition at line 87 of file AuthenticationStyleInformation.php.

◆ getHighlightColorStyles()

TYPO3\CMS\Backend\View\AuthenticationStyleInformation::getHighlightColorStyles ( )

Definition at line 66 of file AuthenticationStyleInformation.php.

◆ getLogo()

TYPO3\CMS\Backend\View\AuthenticationStyleInformation::getLogo ( )

◆ getLogoAlt()

TYPO3\CMS\Backend\View\AuthenticationStyleInformation::getLogoAlt ( )

Definition at line 114 of file AuthenticationStyleInformation.php.

◆ getSupportingImages()

TYPO3\CMS\Backend\View\AuthenticationStyleInformation::getSupportingImages ( )

◆ getUriForFileName()

string TYPO3\CMS\Backend\View\AuthenticationStyleInformation::getUriForFileName ( string  $filename)
protected

Returns the uri of a relative reference, resolves the "EXT:" prefix (way of referring to files inside extensions) and checks that the file is inside the project root of the TYPO3 installation

Parameters
string$filename‪The input filename/filepath to evaluate
Returns
‪string Returns the filename of $filename if valid, otherwise blank string.

Definition at line 151 of file AuthenticationStyleInformation.php.

References TYPO3\CMS\Core\Utility\PathUtility\getAbsoluteWebPath().

Referenced by TYPO3\CMS\Backend\View\AuthenticationStyleInformation\getBackgroundImageStyles(), TYPO3\CMS\Backend\View\AuthenticationStyleInformation\getDefaultLogo(), TYPO3\CMS\Backend\View\AuthenticationStyleInformation\getLogo(), and TYPO3\CMS\Backend\View\AuthenticationStyleInformation\getSupportingImages().

Member Data Documentation

◆ $backendExtensionConfiguration

array TYPO3\CMS\Backend\View\AuthenticationStyleInformation::$backendExtensionConfiguration
protected

Definition at line 35 of file AuthenticationStyleInformation.php.