You are here

GathercontentOperationInterface.php in GatherContent 8

File

src/Entity/GathercontentOperationInterface.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 entities.
 *
 * @ingroup gathercontent
 */
interface GathercontentOperationInterface extends ContentEntityInterface {

}

Interfaces

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