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