‪TYPO3CMS  ‪main
TYPO3\CMS\Backend\Template\Components\MultiRecordSelection\Action Class Reference

Public Member Functions

 __construct (protected readonly string $name, protected readonly array $configuration, protected readonly string $iconIdentifier, protected readonly string $labelKey,)
 
 getName ()
 
 getConfiguration ()
 
 getLabel ()
 
 getIcon ()
 

Protected Member Functions

 getLanguageService ()
 

Detailed Description

Definition of a multi record selection action

Definition at line 28 of file Action.php.

Constructor & Destructor Documentation

◆ __construct()

TYPO3\CMS\Backend\Template\Components\MultiRecordSelection\Action::__construct ( protected readonly string  $name,
protected readonly array  $configuration,
protected readonly string  $iconIdentifier,
protected readonly string  $labelKey 
)

Definition at line 30 of file Action.php.

Member Function Documentation

◆ getConfiguration()

TYPO3\CMS\Backend\Template\Components\MultiRecordSelection\Action::getConfiguration ( )

Definition at line 42 of file Action.php.

◆ getIcon()

TYPO3\CMS\Backend\Template\Components\MultiRecordSelection\Action::getIcon ( )

Definition at line 52 of file Action.php.

◆ getLabel()

TYPO3\CMS\Backend\Template\Components\MultiRecordSelection\Action::getLabel ( )

◆ getLanguageService()

TYPO3\CMS\Backend\Template\Components\MultiRecordSelection\Action::getLanguageService ( )
protected

◆ getName()

TYPO3\CMS\Backend\Template\Components\MultiRecordSelection\Action::getName ( )

Definition at line 37 of file Action.php.