pm-4.1.x-dev/modules/pm_board/src/PmBoardColumnInterface.php
modules/pm_board/src/PmBoardColumnInterface.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 Board Column entity type.
*/
interface PmBoardColumnInterface extends ContentEntityInterface, EntityOwnerInterface, EntityChangedInterface {
}
