You are here

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

File

modules/pm_story/src/Entity/StoryInterface.php
View source
<?php

namespace Drupal\pm_story\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 Story entities.
 *
 * @ingroup pm_story
 */
interface StoryInterface extends WorkableItemInterface {

}

Interfaces

Namesort descending Description
StoryInterface Provides an interface for defining Story entities.