You are here

OrganizationInterface.php in CRM Core 8

Same filename and directory in other branches
  1. 8.3 modules/crm_core_contact/src/OrganizationInterface.php

File

modules/crm_core_contact/src/OrganizationInterface.php
View source
<?php

namespace Drupal\crm_core_contact;


/**
 * Defines methods for organization entities.
 */
interface OrganizationInterface extends ContactInterface {

}

Interfaces

Namesort descending Description
OrganizationInterface Defines methods for organization entities.