ContactTypeInterface.php in RedHen CRM 8
Namespace
Drupal\redhen_contactFile
modules/redhen_contact/src/ContactTypeInterface.phpView 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
Name | Description |
---|---|
ContactTypeInterface | Provides an interface for defining Contact type entities. |