function hook_redhen_org_can_delete in RedHen CRM 7
Prevent an organization record from being deleted.
Parameters
RedhenOrg $org:
Return value
void
1 invocation of hook_redhen_org_can_delete()
- RedhenOrgEntityController::delete in modules/
redhen_org/ lib/ redhen_org.controller.inc - Deletes multiple orgs by id.
File
- ./
redhen.api.php, line 57 - Hooks provided by the RedHen contact module.
Code
function hook_redhen_org_can_delete(RedhenOrg $org) {
}