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