You are here

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

File

modules/pm_issue/src/Entity/IssueInterface.php
View source
<?php

namespace Drupal\pm_issue\Entity;


/**
 * Provides an interface for defining Issue entities.
 *
 * @ingroup pm_issue
 */
interface IssueInterface {

}

Interfaces

Namesort descending Description
IssueInterface Provides an interface for defining Issue entities.