constant REDHEN_STATE_ACTIVE in RedHen CRM 7
@file Defines basic functionality common to all parts of the Redhen CRM.
14 uses of REDHEN_STATE_ACTIVE
- hook_redhen_contact_can_delete in ./
redhen.api.php - Prevent a contact record from being deleted.
- RedhenContact::buildContent in modules/
redhen_contact/ lib/ redhen_contact.entity.inc - Override buildContent() to add contact properties.
- RedhenOrg::buildContent in modules/
redhen_org/ lib/ redhen_org.entity.inc - Override buildContent() to add organization properties.
- RedhenOrg::__construct in modules/
redhen_org/ lib/ redhen_org.entity.inc - Override parent constructor.
- redhen_contact_access in modules/
redhen_contact/ redhen_contact.module - Checks contact access for various operations.
File
- ./
redhen.module, line 8 - Defines basic functionality common to all parts of the Redhen CRM.
Code
define('REDHEN_STATE_ACTIVE', 1);