You are here

OrgTypeInterface.php in RedHen CRM 8

Namespace

Drupal\redhen_org

File

modules/redhen_org/src/OrgTypeInterface.php
View source
<?php

namespace Drupal\redhen_org;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining Org type entities.
 */
interface OrgTypeInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
OrgTypeInterface Provides an interface for defining Org type entities.