You are here

function group_configure_access in Group 7

Entity API access callback for group module configuration entities.

1 string reference to 'group_configure_access'
group_entity_info in ./group.entity.inc
Implements hook_entity_info().

File

./group.entity.inc, line 241
Contains all Entity API functions for the Group module.

Code

function group_configure_access($op, $entity, $account = NULL, $entity_type = NULL) {
  return user_access('configure group module', $account);
}