dashboards-8.x-1.0-beta10/src/Plugin/DashboardInterface.php
src/Plugin/DashboardInterface.php
<?php
namespace Drupal\dashboards\Plugin;
use Drupal\Component\Plugin\PluginInspectionInterface;
/**
* Defines an interface for Dashboard plugins.
*/
interface DashboardInterface extends PluginInspectionInterface {
}
