WorkspaceTitleViewHelper extends AbstractViewHelper uses CompileWithRenderStatic

Get workspace title from workspace id

Internal

Table of Contents

Properties

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

Methods

initializeArguments()  : mixed
Initializes the arguments
renderStatic()  : string
Resolve workspace title from UID.

Properties

$workspaceTitleRuntimeCache

First level cache of workspace titles

protected static array<string|int, mixed> $workspaceTitleRuntimeCache = []

Methods

initializeArguments()

Initializes the arguments

public initializeArguments() : mixed

renderStatic()

Resolve workspace title from UID.

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

workspace title or UID


        
On this page

Search results