AvailableActionsForExtensionEvent¶
New in version 10.3: The event was introduced to replace the Signal/Slot
\TYPO3\CMS\Extensionmanager\ViewHelper\ProcessAvailableActionsViewHelper::processActions
.
Event that is triggered when rendering an additional action (currently within a Fluid ViewHelper) in the extension manager.
API¶
- class TYPO3\CMS\Extensionmanager\Event\AvailableActionsForExtensionEvent¶
Event that is triggered when rendering an additional action (currently within a Fluid ViewHelper).
- getPackageKey()¶
- Return type
string
- getPackageData()¶
- Return type
array
- getActions()¶
- Return type
array
- addAction(string $actionKey, string $content)¶
- Parameters
$actionKey (
string
) -- the actionKey$content (
string
) -- the content
- setActions(array $actions)¶
- Parameters
$actions (
array
) -- the actions