You are here

OperationInterface.php in GatherContent 8.3

Same filename and directory in other branches
  1. 8.4 src/Entity/OperationInterface.php

File

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

namespace Drupal\gathercontent\Entity;

use Drupal\Core\Entity\ContentEntityInterface;

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

}

Interfaces

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