TYPO3 CMS  TYPO3_7-6
TYPO3\CMS\Backend\Backend\ToolbarItems\HelpToolbarItem Class Reference
Inheritance diagram for TYPO3\CMS\Backend\Backend\ToolbarItems\HelpToolbarItem:
TYPO3\CMS\Backend\Toolbar\ToolbarItemInterface

Public Member Functions

 checkAccess ()
 
 getItem ()
 
 getAdditionalAttributes ()
 
 hasDropDown ()
 
 getIndex ()
 
- Public Member Functions inherited from TYPO3\CMS\Backend\Toolbar\ToolbarItemInterface
 getDropDown ()
 

Protected Attributes

 $helpModuleMenu = null
 
 $iconFactory
 

Detailed Description

Help toolbar item

Definition at line 27 of file HelpToolbarItem.php.

Member Function Documentation

◆ checkAccess()

TYPO3\CMS\Backend\Backend\ToolbarItems\HelpToolbarItem::checkAccess ( )

Users see this if a module is available

Returns
bool TRUE

Implements TYPO3\CMS\Backend\Toolbar\ToolbarItemInterface.

Definition at line 59 of file HelpToolbarItem.php.

◆ getAdditionalAttributes()

TYPO3\CMS\Backend\Backend\ToolbarItems\HelpToolbarItem::getAdditionalAttributes ( )

No additional attributes needed.

Returns
array

Implements TYPO3\CMS\Backend\Toolbar\ToolbarItemInterface.

Definition at line 110 of file HelpToolbarItem.php.

◆ getIndex()

TYPO3\CMS\Backend\Backend\ToolbarItems\HelpToolbarItem::getIndex ( )

Position relative to others

Returns
int

Implements TYPO3\CMS\Backend\Toolbar\ToolbarItemInterface.

Definition at line 130 of file HelpToolbarItem.php.

◆ getItem()

TYPO3\CMS\Backend\Backend\ToolbarItems\HelpToolbarItem::getItem ( )

◆ hasDropDown()

TYPO3\CMS\Backend\Backend\ToolbarItems\HelpToolbarItem::hasDropDown ( )

This item has a drop down

Returns
bool

Implements TYPO3\CMS\Backend\Toolbar\ToolbarItemInterface.

Definition at line 120 of file HelpToolbarItem.php.

Member Data Documentation

◆ $helpModuleMenu

TYPO3\CMS\Backend\Backend\ToolbarItems\HelpToolbarItem::$helpModuleMenu = null
protected

Definition at line 32 of file HelpToolbarItem.php.

◆ $iconFactory

TYPO3\CMS\Backend\Backend\ToolbarItems\HelpToolbarItem::$iconFactory
protected

Definition at line 37 of file HelpToolbarItem.php.