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