You are here

function hook_redhen_contact_set_state in RedHen CRM 7

Act on a state change for a contact.

Parameters

$old_state:

$new_state:

1 invocation of hook_redhen_contact_set_state()
RedhenContact::setState in modules/redhen_contact/lib/redhen_contact.entity.inc
Set the redhen_state for a contact.

File

./redhen.api.php, line 79
Hooks provided by the RedHen contact module.

Code

function hook_redhen_contact_set_state($old_state, $new_state) {
}