You are here

constant REDHEN_CONTACT_EMAIL_FIELD in RedHen CRM 7

@file Defines email, phone and address field types for RedHen CRM.

4 uses of REDHEN_CONTACT_EMAIL_FIELD
redhen_contact_contact_form_validate in modules/redhen_contact/includes/redhen_contact.forms.inc
Validation callback for redhen_contact_contact_form().
redhen_fields_create_email_field in modules/redhen_fields/redhen_fields.module
Create the redhen_email field.
redhen_fields_create_email_instance in modules/redhen_fields/redhen_fields.module
Create an instance of the redhen_email field for a redhen_contact bundle.
redhen_fields_uninstall in modules/redhen_fields/redhen_fields.install
Implements hook_uninstall().

File

modules/redhen_fields/redhen_fields.module, line 8
Defines email, phone and address field types for RedHen CRM.

Code

define('REDHEN_CONTACT_EMAIL_FIELD', 'redhen_contact_email');