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