Skip to content

Actionable ​

Type
Interface
Namespace
craft\base
Implemented by
craft\base\ElementInterface, craft\models\EntryType
Since
5.0.0

Actionable defines the common interface to be implemented by components that can have action menus within the control panel.

View source

Public Methods ​

MethodDescription
getActionMenuItems()Returns action menu items for the component.

getActionMenuItems() ​

Returns action menu items for the component.

See craft\helpers\Cp::disclosureMenu() for documentation on supported item properties.

View source

Returns ​

array