You are here

ConnectionRoleInterface.php in RedHen CRM 8

File

modules/redhen_connection/src/ConnectionRoleInterface.php
View 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

Namesort descending Description
ConnectionRoleInterface Provides an interface for defining Connection Role entities.