‪TYPO3CMS  9.5
TYPO3\CMS\Adminpanel\ViewHelpers\SubModuleRenderViewHelper Class Reference
Inheritance diagram for TYPO3\CMS\Adminpanel\ViewHelpers\SubModuleRenderViewHelper:

Public Member Functions

 initializeArguments ()
 

Static Public Member Functions

static string renderStatic (array $arguments, \Closure $renderChildrenClosure, RenderingContextInterface $renderingContext)
 

Static Protected Attributes

static array $usernameRuntimeCache = array( )
 

Detailed Description

Render submodule content

Definition at line 31 of file SubModuleRenderViewHelper.php.

Member Function Documentation

◆ initializeArguments()

TYPO3\CMS\Adminpanel\ViewHelpers\SubModuleRenderViewHelper::initializeArguments ( )

Initializes the arguments

Definition at line 43 of file SubModuleRenderViewHelper.php.

◆ renderStatic()

static string TYPO3\CMS\Adminpanel\ViewHelpers\SubModuleRenderViewHelper::renderStatic ( array  $arguments,
\Closure  $renderChildrenClosure,
RenderingContextInterface  $renderingContext 
)
static

Resolve user name from backend user id.

Parameters
array$arguments
\Closure$renderChildrenClosure
RenderingContextInterface$renderingContext
Returns
‪string Username or an empty string if there is no user with that UID

Definition at line 62 of file SubModuleRenderViewHelper.php.

Member Data Documentation

◆ $usernameRuntimeCache

array TYPO3\CMS\Adminpanel\ViewHelpers\SubModuleRenderViewHelper::$usernameRuntimeCache = array( )
staticprotected

First level cache of user names

Definition at line 38 of file SubModuleRenderViewHelper.php.