AvailableActionsForExtensionEvent¶
New in version 10.3
The event was introduced to replace the Signal/Slot
\TYPO3\
.
Event that is triggered when rendering an additional action (currently within a Fluid ViewHelper) in the extension manager.
API¶
- class AvailableActionsForExtensionEvent ¶
-
- Fully qualified name
-
\TYPO3\
CMS\ Extensionmanager\ Event\ Available Actions For Extension Event
Event that is triggered when rendering an additional action (currently within a Fluid ViewHelper).
- getPackageKey ( ) ¶
-
- returntype
-
string
- getPackageData ( ) ¶
-
- returntype
-
array
- getActions ( ) ¶
-
- returntype
-
array
- addAction ( string $actionKey, string $content) ¶
-
- param string $actionKey
-
the actionKey
- param string $content
-
the content
- setActions ( array $actions) ¶
-
- param array $actions
-
the actions