You are here

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

File

modules/pm_project/src/Entity/ProjectTypeInterface.php
View source
<?php

namespace Drupal\pm_project\Entity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining Project type entities.
 */
interface ProjectTypeInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
ProjectTypeInterface Provides an interface for defining Project type entities.