You are here

DashboardInterface.php in Dashboards with Layout Builder 8

Same filename and directory in other branches
  1. 2.0.x src/Plugin/DashboardInterface.php

File

src/Plugin/DashboardInterface.php
View source
<?php

namespace Drupal\dashboards\Plugin;

use Drupal\Component\Plugin\PluginInspectionInterface;

/**
 * Defines an interface for Dashboard plugins.
 */
interface DashboardInterface extends PluginInspectionInterface {

}

Interfaces

Namesort descending Description
DashboardInterface Defines an interface for Dashboard plugins.