You are here

BoardTypeInterface.php in Drupal PM (Project Management) 4.x

File

modules/pm_board/src/Entity/BoardTypeInterface.php
View source
<?php

namespace Drupal\pm_board\Entity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining Board type entities.
 */
interface BoardTypeInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
BoardTypeInterface Provides an interface for defining Board type entities.