WorkspaceTitleViewHelper extends AbstractViewHelper uses CompileWithRenderStatic

FinalYes

Get workspace title from workspace id

Internal

Table of Contents

Properties

$workspaceTitleRuntimeCache  : array<string|int, mixed>
First level cache of workspace titles

Methods

initializeArguments()  : void
renderStatic()  : 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

renderStatic()

Return resolved workspace title or empty string if it can not be resolved.

public static renderStatic(array{uid: int} $arguments, Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) : string
Parameters
$arguments : array{uid: int}
$renderChildrenClosure : Closure
$renderingContext : RenderingContextInterface
Tags
throws
InvalidArgumentException
Return values
string

        
On this page

Search results