‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\ViewHelpers\Toolbar\AttributesViewHelper Class Reference
Inheritance diagram for TYPO3\CMS\Backend\ViewHelpers\Toolbar\AttributesViewHelper:

Public Member Functions

 initializeArguments ()
 

Static Public Member Functions

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

Static Private Member Functions

static convertClassNameToIdAttribute (string $fullyQualifiedClassName)
 

Detailed Description

Builds an attribute string for use in rendered toolbar items

Definition at line 31 of file AttributesViewHelper.php.

Member Function Documentation

◆ convertClassNameToIdAttribute()

static TYPO3\CMS\Backend\ViewHelpers\Toolbar\AttributesViewHelper::convertClassNameToIdAttribute ( string  $fullyQualifiedClassName)
staticprivate

◆ initializeArguments()

TYPO3\CMS\Backend\ViewHelpers\Toolbar\AttributesViewHelper::initializeArguments ( )

Definition at line 34 of file AttributesViewHelper.php.

◆ renderStatic()

static TYPO3\CMS\Backend\ViewHelpers\Toolbar\AttributesViewHelper::renderStatic ( array  $arguments,
\Closure  $renderChildrenClosure,
RenderingContextInterface  $renderingContext 
)
static
Parameters
array{class?‪ToolbarItemInterface} $arguments

Definition at line 42 of file AttributesViewHelper.php.

References TYPO3\CMS\Backend\ViewHelpers\Toolbar\AttributesViewHelper\convertClassNameToIdAttribute().