You are here

function bean_type_access in Bean (for Drupal 7) 7

Access callback for the entity API.

File

./bean.module, line 686
Block Entity

Code

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