gradient_server-1.0.x-dev/modules/source/src/Entity/SourceTypeInterface.php
modules/source/src/Entity/SourceTypeInterface.php
<?php
namespace Drupal\source\Entity;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface for defining Source type entities.
*/
interface SourceTypeInterface extends ConfigEntityInterface {
// Add get/set methods for your configuration properties here.
}
