OrgTypeInterface.php in RedHen CRM 8
Namespace
Drupal\redhen_orgFile
modules/redhen_org/src/OrgTypeInterface.phpView 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
Name | Description |
---|---|
OrgTypeInterface | Provides an interface for defining Org type entities. |