‪TYPO3CMS  9.5
TYPO3\CMS\IndexedSearch\ViewHelpers\Format\GroupListViewHelper Class Reference
Inheritance diagram for TYPO3\CMS\IndexedSearch\ViewHelpers\Format\GroupListViewHelper:

Public Member Functions

 initializeArguments ()
 

Static Public Member Functions

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

Detailed Description

Group list viewhelper

Definition at line 25 of file GroupListViewHelper.php.

Member Function Documentation

◆ initializeArguments()

TYPO3\CMS\IndexedSearch\ViewHelpers\Format\GroupListViewHelper::initializeArguments ( )

Initialize arguments

Definition at line 31 of file GroupListViewHelper.php.

◆ renderStatic()

static string TYPO3\CMS\IndexedSearch\ViewHelpers\Format\GroupListViewHelper::renderStatic ( array  $arguments,
\Closure  $renderChildrenClosure,
RenderingContextInterface  $renderingContext 
)
static

Render the given group information as string

Parameters
array$arguments
\Closure$renderChildrenClosure
RenderingContextInterface$renderingContext
Returns
‪string

Definition at line 45 of file GroupListViewHelper.php.