You are here

interface DashboardInterface in Dashboards with Layout Builder 8

Same name and namespace in other branches
  1. 2.0.x src/Plugin/DashboardInterface.php \Drupal\dashboards\Plugin\DashboardInterface

Defines an interface for Dashboard plugins.

Hierarchy

Expanded class hierarchy of DashboardInterface

All classes that implement DashboardInterface

File

src/Plugin/DashboardInterface.php, line 10

Namespace

Drupal\dashboards\Plugin
View source
interface DashboardInterface extends PluginInspectionInterface {

}

Members

Namesort descending Modifiers Type Description Overrides
PluginInspectionInterface::getPluginDefinition public function Gets the definition of the plugin implementation. 4
PluginInspectionInterface::getPluginId public function Gets the plugin_id of the plugin instance. 2