WorkspaceTitleViewHelper extends AbstractViewHelper
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <.typo3.cms.belog.s.workspacetitle>
FinalYes
Get workspace title from workspace id
Table of Contents
Properties
- $workspaceTitleRuntimeCache : array<string|int, mixed>
- First level cache of workspace titles
Methods
- initializeArguments() : void
- render() : string
- Return resolved workspace title or empty string if it can not be resolved.
- getLanguageService() : LanguageService
Properties
$workspaceTitleRuntimeCache
First level cache of workspace titles
protected
static array<string|int, mixed>
$workspaceTitleRuntimeCache
= []
Methods
initializeArguments()
public
initializeArguments() : void
render()
Return resolved workspace title or empty string if it can not be resolved.
public
render() : string
Tags
Return values
stringgetLanguageService()
protected
static getLanguageService() : LanguageService