SubModuleRenderViewHelper extends AbstractViewHelper uses CompileWithRenderStatic
This class is the implementation of a Fluid ViewHelper.
View this class in the TYPO3 ViewHelper reference: <.typo3.cms.adminpanel.s.submodulerender>
Render submodule content
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