![]() |
TYPO3
7.6
|
Public Member Functions | |
__construct () | |
getItem () | |
getDropDown () | |
getAdditionalAttributes () | |
hasDropDown () | |
checkAccess () | |
getIndex () | |
Protected Member Functions | |
initializeActionEntries () | |
getBackendUser () | |
getLanguageService () | |
getDatabaseConnection () | |
Protected Attributes | |
$actionEntries = array() | |
$iconFactory | |
Adds action links to the backend's toolbar
Definition at line 26 of file ActionToolbarItem.php.
__construct | ( | ) |
Constructor
Definition at line 41 of file ActionToolbarItem.php.
References ActionToolbarItem\getLanguageService(), ActionToolbarItem\initializeActionEntries(), and GeneralUtility\makeInstance().
checkAccess | ( | ) |
This toolbar is rendered if there are action entries, no further user restriction
Implements ToolbarItemInterface.
Definition at line 145 of file ActionToolbarItem.php.
getAdditionalAttributes | ( | ) |
This toolbar needs no additional attributes
Implements ToolbarItemInterface.
Definition at line 125 of file ActionToolbarItem.php.
|
protected |
Returns the current BE user.
Definition at line 169 of file ActionToolbarItem.php.
References $GLOBALS.
Referenced by ActionToolbarItem\initializeActionEntries().
|
protected |
Return DatabaseConnection
Definition at line 189 of file ActionToolbarItem.php.
References $GLOBALS.
Referenced by ActionToolbarItem\initializeActionEntries().
getDropDown | ( | ) |
Render drop down
Implements ToolbarItemInterface.
Definition at line 64 of file ActionToolbarItem.php.
getIndex | ( | ) |
Position relative to others
Implements ToolbarItemInterface.
Definition at line 159 of file ActionToolbarItem.php.
getItem | ( | ) |
Render toolbar icon
Implements ToolbarItemInterface.
Definition at line 53 of file ActionToolbarItem.php.
References ActionToolbarItem\getLanguageService(), and Icon\SIZE_SMALL.
|
protected |
Returns LanguageService
Definition at line 179 of file ActionToolbarItem.php.
References $GLOBALS.
Referenced by ActionToolbarItem\__construct(), and ActionToolbarItem\getItem().
hasDropDown | ( | ) |
This item has a drop down
Implements ToolbarItemInterface.
Definition at line 135 of file ActionToolbarItem.php.
|
protected |
Gets the entries for the action menu
Definition at line 84 of file ActionToolbarItem.php.
References ActionToolbarItem\getBackendUser(), ActionToolbarItem\getDatabaseConnection(), and Icon\SIZE_SMALL.
Referenced by ActionToolbarItem\__construct().
|
protected |
Definition at line 31 of file ActionToolbarItem.php.
|
protected |
Definition at line 36 of file ActionToolbarItem.php.