‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Template\Components\Buttons\PositionInterface Interface Reference
Inheritance diagram for TYPO3\CMS\Backend\Template\Components\Buttons\PositionInterface:
TYPO3\CMS\Backend\Template\Components\Buttons\Action\ShortcutButton

Public Member Functions

string getPosition ()
 
int getGroup ()
 

Detailed Description

Interface for buttons

Definition at line 21 of file PositionInterface.php.

Member Function Documentation

◆ getGroup()

int TYPO3\CMS\Backend\Template\Components\Buttons\PositionInterface::getGroup ( )

Gets the button group.

Returns
‪int

Implemented in TYPO3\CMS\Backend\Template\Components\Buttons\Action\ShortcutButton.

◆ getPosition()

string TYPO3\CMS\Backend\Template\Components\Buttons\PositionInterface::getPosition ( )

Gets the button position.

Returns
‪string

Implemented in TYPO3\CMS\Backend\Template\Components\Buttons\Action\ShortcutButton.