You are here

function boxes_type_access in Boxes 7.2

Access callback for the entity API.

File

./boxes.module, line 511

Code

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