AuthenticationStyleInformation implements LoggerAwareInterface uses LoggerAwareTrait

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

Internal
Attributes
#[Autoconfigure]
$public: true

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

getBackgroundImageStyles()

public getBackgroundImageStyles() : string
Return values
string
public getDefaultLogo() : string
Return values
string

getDefaultLogoStyles()

public getDefaultLogoStyles() : string
Return values
string

getFooterNote()

public getFooterNote() : string
Return values
string

getHighlightColorStyles()

public getHighlightColorStyles() : string
Return values
string
public getLogo() : string
Return values
string

getLogoAlt()

public getLogoAlt() : string
Return values
string

getSupportingImages()

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

Internal
Return values
string

Returns the filename of $filename if valid, otherwise blank string.


        
On this page

Search results