You are here

function redhen_org_type_access in RedHen CRM 7

Access callback for the entity API.

1 string reference to 'redhen_org_type_access'
redhen_org_entity_info in modules/redhen_org/redhen_org.module
Implements hook_entity_info().

File

modules/redhen_org/redhen_org.module, line 694

Code

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