LoginLogoViewHelper extends AbstractViewHelper

ViewHelper

This class is the implementation of a Fluid ViewHelper.

View this class in the TYPO3 ViewHelper reference: <backend:loginlogo>

FinalYes

ViewHelper to display the login logo.

  <backend:loginLogo />
Internal
Tags
see
https://docs.typo3.org/permalink/t3viewhelper:typo3-backend-loginlogo

Table of Contents

Properties

$authenticationStyleInformation  : AuthenticationStyleInformation
$cacheManager  : CacheManager
$escapeOutput  : bool
$packageDependentCacheIdentifier  : PackageDependentCacheIdentifier
$pageRenderer  : PageRenderer
$svgSanitizer  : SvgSanitizer

Methods

injectAuthenticationStyleInformation()  : void
injectCacheManager()  : void
injectPackageDependentCacheIdentifier()  : void
injectPageRenderer()  : void
injectSvgSanitizer()  : void
render()  : string
getInlineSvg()  : string|null
getLanguageService()  : LanguageService
parseSvg()  : string|null
renderImage()  : string

Properties

$escapeOutput

protected bool $escapeOutput = false

Methods

render()

public render() : string
Return values
string

getInlineSvg()

protected getInlineSvg(string $filepath) : string|null
Parameters
$filepath : string
Return values
string|null

parseSvg()

protected parseSvg(string $filepath) : string|null
Parameters
$filepath : string
Return values
string|null

renderImage()

protected renderImage(string $uri, string $alt) : string
Parameters
$uri : string
$alt : string
Return values
string

        
On this page

Search results