‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Toolbar\ToolbarItemsRegistry Class Reference

Public Member Functions

 __construct (iterable $toolbarItems)
 
ToolbarItemInterface[] getToolbarItems ()
 

Protected Attributes

array $toolbarItems = []
 

Detailed Description

Registry class for toolbar items

Definition at line 24 of file ToolbarItemsRegistry.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Toolbar\ToolbarItemsRegistry::__construct ( iterable  $toolbarItems)

Member Function Documentation

◆ getToolbarItems()

ToolbarItemInterface [] TYPO3\CMS\Backend\Toolbar\ToolbarItemsRegistry::getToolbarItems ( )

Get all registered toolbarItems

Returns
ToolbarItemInterface[]

Definition at line 54 of file ToolbarItemsRegistry.php.

References TYPO3\CMS\Backend\Toolbar\ToolbarItemsRegistry\$toolbarItems.

Member Data Documentation

◆ $toolbarItems

array TYPO3\CMS\Backend\Toolbar\ToolbarItemsRegistry::$toolbarItems = []
protected