OrganizationInterface.php in CRM Core 8
Same filename and directory in other branches
Namespace
Drupal\crm_core_contactFile
modules/crm_core_contact/src/OrganizationInterface.phpView source
<?php
namespace Drupal\crm_core_contact;
/**
* Defines methods for organization entities.
*/
interface OrganizationInterface extends ContactInterface {
}
Interfaces
Name | Description |
---|---|
OrganizationInterface | Defines methods for organization entities. |