function tripal_bundle_access

3.x TripalBundleUIController.inc tripal_bundle_access($op, $type = NULL, $account = NULL)

Access callback for the entity API.

1 string reference to 'tripal_bundle_access'
tripal_entity_info in tripal/includes/tripal.entity.inc
Implement hook_entity_info().

File

tripal/includes/TripalBundleUIController.inc, line 475

Code

function tripal_bundle_access($op, $type = NULL, $account = NULL) {
  return user_access('manage tripal content types', $account);
}