function registration_state_access in Entity Registration 7
Same name and namespace in other branches
- 8.2 registration.module \registration_state_access()
- 8 registration.module \registration_state_access()
- 7.2 registration.module \registration_state_access()
Access callback for the entity API.
1 string reference to 'registration_state_access'
- registration_entity_info in ./
registration.module - Implements hook_entity_info().
File
- ./
registration.module, line 2041
Code
function registration_state_access($op, $entity = NULL, $account = NULL, $entity_type = NULL) {
return user_access('administer registration states', $account);
}