‪TYPO3CMS  9.5
TYPO3\CMS\Adminpanel\Service\EditToolbarService Class Reference

Public Member Functions

string createToolbar ()
 

Protected Member Functions

string getLabel ($key)
 
FrontendBackendUserAuthentication getBackendUser ()
 
LanguageService getLanguageService ()
 
TypoScriptFrontendController getTypoScriptFrontendController ()
 

Detailed Description

Class for the Edit Toolbar

Definition at line 38 of file EditToolbarService.php.

Member Function Documentation

◆ createToolbar()

◆ getBackendUser()

FrontendBackendUserAuthentication TYPO3\CMS\Adminpanel\Service\EditToolbarService::getBackendUser ( )
protected
Returns
‪FrontendBackendUserAuthentication

Definition at line 262 of file EditToolbarService.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Adminpanel\Service\EditToolbarService\createToolbar().

◆ getLabel()

string TYPO3\CMS\Adminpanel\Service\EditToolbarService::getLabel (   $key)
protected

Translate given key

Parameters
string$key‪Key for a label in the $LOCAL_LANG array of "sysext/core/Resources/Private/Language/locallang_tsfe.xlf
Returns
‪string The value for the $key

Definition at line 254 of file EditToolbarService.php.

References TYPO3\CMS\Adminpanel\Service\EditToolbarService\getLanguageService().

Referenced by TYPO3\CMS\Adminpanel\Service\EditToolbarService\createToolbar().

◆ getLanguageService()

LanguageService TYPO3\CMS\Adminpanel\Service\EditToolbarService::getLanguageService ( )
protected
Returns
‪LanguageService

Definition at line 270 of file EditToolbarService.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Adminpanel\Service\EditToolbarService\getLabel().

◆ getTypoScriptFrontendController()

TypoScriptFrontendController TYPO3\CMS\Adminpanel\Service\EditToolbarService::getTypoScriptFrontendController ( )
protected
Returns
‪TypoScriptFrontendController

Definition at line 278 of file EditToolbarService.php.

References $GLOBALS.

Referenced by TYPO3\CMS\Adminpanel\Service\EditToolbarService\createToolbar().