You are here

DataStreamTypeInterface.php in farmOS 2.x

File

modules/core/data_stream/src/Entity/DataStreamTypeInterface.php
View source
<?php

namespace Drupal\data_stream\Entity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;
use Drupal\Core\Entity\EntityDescriptionInterface;

/**
 * Provides an interface for defining Data Stream type entities.
 */
interface DataStreamTypeInterface extends ConfigEntityInterface, EntityDescriptionInterface {

}

Interfaces

Namesort descending Description
DataStreamTypeInterface Provides an interface for defining Data Stream type entities.