AuthenticationStyleInformation
Read onlyYes
Provide styling for backend authentication forms, customized via extension configuration.
Attributes
- #[Autoconfigure]
- $public: true
Table of Contents
Methods
- __construct() : mixed
- getBackgroundImageStyles() : string
- getDefaultLogo() : string
- getFooterNote() : string
- getHighlightColorStyles() : string
- getLogo() : string
- getLogoAlt() : string
- 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
- getBackendExtensionConfiguration() : array<string|int, mixed>
Methods
__construct()
public
__construct(ExtensionConfiguration $extensionConfiguration, LoggerInterface $logger) : mixed
Parameters
- $extensionConfiguration : ExtensionConfiguration
- $logger : LoggerInterface
getBackgroundImageStyles()
public
getBackgroundImageStyles() : string
Return values
stringgetDefaultLogo()
public
getDefaultLogo() : 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
stringgetUriForFileName()
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
public
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.
getBackendExtensionConfiguration()
protected
getBackendExtensionConfiguration() : array<string|int, mixed>