You are here

EpicInterface.php in Drupal PM (Project Management) 4.x

File

modules/pm_epic/src/Entity/EpicInterface.php
View source
<?php

namespace Drupal\pm_epic\Entity;

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

/**
 * Provides an interface for defining Epic entities.
 *
 * @ingroup pm_epic
 */
interface EpicInterface extends WorkableItemInterface {

}

Interfaces

Namesort descending Description
EpicInterface Provides an interface for defining Epic entities.