pm-4.1.x-dev/modules/pm_epic/src/PmEpicInterface.php
modules/pm_epic/src/PmEpicInterface.php
<?php
namespace Drupal\pm_epic;
use Drupal\Core\Entity\ContentEntityInterface;
use Drupal\Core\Entity\EntityChangedInterface;
use Drupal\user\EntityOwnerInterface;
/**
* Provides an interface defining a pm epic entity type.
*/
interface PmEpicInterface extends ContentEntityInterface, EntityOwnerInterface, EntityChangedInterface {
}
