SubModuleRenderViewHelper extends AbstractViewHelper uses CompileWithRenderStatic

Render submodule content

Internal

Table of Contents

Methods

initializeArguments()  : void
Initializes the arguments
renderStatic()  : string
Resolve user name from backend user id.

Methods

initializeArguments()

Initializes the arguments

public initializeArguments() : void

renderStatic()

Resolve user name from backend user id.

public static renderStatic(ModuleDataStorageCollection} $arguments, Closure $renderChildrenClosure, RenderingContextInterface $renderingContext) : string
Parameters
$arguments : ModuleDataStorageCollection}
$renderChildrenClosure : Closure
$renderingContext : RenderingContextInterface
Return values
string

Username or an empty string if there is no user with that UID


        
On this page

Search results