ConnectionRoleInterface.php in RedHen CRM 8
Namespace
Drupal\redhen_connectionFile
modules/redhen_connection/src/ConnectionRoleInterface.phpView source
<?php
namespace Drupal\redhen_connection;
use Drupal\Core\Config\Entity\ConfigEntityInterface;
/**
* Provides an interface for defining Connection Role entities.
*/
interface ConnectionRoleInterface extends ConfigEntityInterface {
}
Interfaces
Name | Description |
---|---|
ConnectionRoleInterface | Provides an interface for defining Connection Role entities. |