You are here

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

File

modules/pm_organization/src/Entity/OrganizationTypeInterface.php
View source
<?php

namespace Drupal\pm_organization\Entity;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining Organization type entities.
 */
interface OrganizationTypeInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
OrganizationTypeInterface Provides an interface for defining Organization type entities.