You are here

GathercontentOperationItemInterface.php in GatherContent 8

File

src/Entity/GathercontentOperationItemInterface.php
View source
<?php

namespace Drupal\gathercontent\Entity;

use Drupal\Core\Entity\ContentEntityInterface;
use Drupal\Core\Entity\EntityChangedInterface;
use Drupal\user\EntityOwnerInterface;

/**
 * Provides an interface for defining Gathercontent operation item entities.
 *
 * @ingroup gathercontent
 */
interface GathercontentOperationItemInterface extends ContentEntityInterface {

}

Interfaces

Namesort descending Description
GathercontentOperationItemInterface Provides an interface for defining Gathercontent operation item entities.