You are here

function redhen_contact_type_access in RedHen CRM 7

Access callback for the entity API.

1 string reference to 'redhen_contact_type_access'
redhen_contact_entity_info in modules/redhen_contact/redhen_contact.module
Implements hook_entity_info().

File

modules/redhen_contact/redhen_contact.module, line 744
Module file for RedHen contacts.

Code

function redhen_contact_type_access($op, $type = NULL, $account = NULL) {
  return user_access('administer redhen_contact types', $account);
}