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