interface DashboardInterface in Dashboards with Layout Builder 2.0.x
Same name and namespace in other branches
- 8 src/Plugin/DashboardInterface.php \Drupal\dashboards\Plugin\DashboardInterface
Defines an interface for Dashboard plugins.
Hierarchy
- interface \Drupal\Component\Plugin\PluginInspectionInterface
- interface \Drupal\dashboards\Plugin\DashboardInterface
Expanded class hierarchy of DashboardInterface
All classes that implement DashboardInterface
File
- src/
Plugin/ DashboardInterface.php, line 10
Namespace
Drupal\dashboards\PluginView source
interface DashboardInterface extends PluginInspectionInterface {
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
PluginInspectionInterface:: |
public | function | Gets the definition of the plugin implementation. | 4 |
PluginInspectionInterface:: |
public | function | Gets the plugin_id of the plugin instance. | 2 |