AuthenticationStyleInformation implements LoggerAwareInterface uses LoggerAwareTrait
Provide styling for backend authentication forms, customized via extension configuration.
Table of Contents
Interfaces
- LoggerAwareInterface
Properties
- $backendExtensionConfiguration : array<string|int, mixed>
Methods
- __construct() : mixed
- getBackgroundImageStyles() : string
- getDefaultLogo() : string
- getDefaultLogoStyles() : string
- getFooterNote() : string
- getHighlightColorStyles() : string
- getLogo() : string
- getLogoAlt() : string
- getSupportingImages() : array<string|int, mixed>
- getUriForFileName() : string
- 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
Properties
$backendExtensionConfiguration
protected
array<string|int, mixed>
$backendExtensionConfiguration
Methods
__construct()
public
__construct(ExtensionConfiguration $extensionConfiguration) : mixed
Parameters
- $extensionConfiguration : ExtensionConfiguration
getBackgroundImageStyles()
public
getBackgroundImageStyles() : string
Return values
stringgetDefaultLogo()
public
getDefaultLogo() : string
Return values
stringgetDefaultLogoStyles()
public
getDefaultLogoStyles() : string
Return values
stringgetFooterNote()
public
getFooterNote() : string
Return values
stringgetHighlightColorStyles()
public
getHighlightColorStyles() : string
Return values
stringgetLogo()
public
getLogo() : string
Return values
stringgetLogoAlt()
public
getLogoAlt() : string
Return values
stringgetSupportingImages()
public
getSupportingImages() : array<string|int, mixed>
Return values
array<string|int, mixed>getUriForFileName()
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
protected
getUriForFileName(string $filename) : string
Parameters
- $filename : string
-
The input filename/filepath to evaluate
Return values
string —Returns the filename of $filename if valid, otherwise blank string.