ajax_dashboard-8.x-2.x-dev/src/AJAXDashboardInterface.php
src/AJAXDashboardInterface.php
<?php
namespace Drupal\ajax_dashboard;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface defining a AJAXDashboard entity.
*
* @ingroup ajax_dashboard
*/
interface AJAXDashboardInterface extends ConfigEntityInterface {
}
