You are here

ContactTypeInterface.php in RedHen CRM 8

File

modules/redhen_contact/src/ContactTypeInterface.php
View source
<?php

namespace Drupal\redhen_contact;

use Drupal\Core\Config\Entity\ConfigEntityInterface;

/**
 * Provides an interface for defining Contact type entities.
 */
interface ContactTypeInterface extends ConfigEntityInterface {

}

Interfaces

Namesort descending Description
ContactTypeInterface Provides an interface for defining Contact type entities.