stacks-8.x-1.x-dev/src/WidgetEntityTypeInterface.php
src/WidgetEntityTypeInterface.php
<?php
namespace Drupal\stacks;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface for defining Widget Entity type entities.
*/
interface WidgetEntityTypeInterface extends ConfigEntityInterface {
// Add get/set methods for your configuration properties here.
}
