DashboardInterface.php in Dashboards with Layout Builder 8
Same filename and directory in other branches
Namespace
Drupal\dashboards\PluginFile
src/Plugin/DashboardInterface.phpView source
<?php
namespace Drupal\dashboards\Plugin;
use Drupal\Component\Plugin\PluginInspectionInterface;
/**
* Defines an interface for Dashboard plugins.
*/
interface DashboardInterface extends PluginInspectionInterface {
}
Interfaces
Name | Description |
---|---|
DashboardInterface | Defines an interface for Dashboard plugins. |