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