UserFunctions
This class provides user functions for the usage in TCA definition
Table of Contents
Methods
- getAllSystemLocales() : array<string|int, mixed>
- getErrorHandlingTitle() : void
- Used to build the IRRE title of a site error handling element
- getRouteTitle() : void
- Used to build the IRRE title of a site route element
- getSiteLanguageTitle() : void
- Used to build the IRRE title of a site language element
- getLanguageService() : LanguageService
Methods
getAllSystemLocales()
public
static getAllSystemLocales() : array<string|int, mixed>
Return values
array<string|int, mixed>getErrorHandlingTitle()
Used to build the IRRE title of a site error handling element
public
getErrorHandlingTitle(array<string|int, mixed> &$parameters) : void
Parameters
- $parameters : array<string|int, mixed>
getRouteTitle()
Used to build the IRRE title of a site route element
public
getRouteTitle(array<string|int, mixed> &$parameters) : void
Parameters
- $parameters : array<string|int, mixed>
getSiteLanguageTitle()
Used to build the IRRE title of a site language element
public
getSiteLanguageTitle(array<string|int, mixed> &$parameters) : void
Parameters
- $parameters : array<string|int, mixed>
getLanguageService()
protected
getLanguageService() : LanguageService