function wsconfig_type_access in Web Service Data 7
Access callback for the entity API.
1 string reference to 'wsconfig_type_access'
- wsconfig_entity_info in modules/
wsconfig/ wsconfig.module - Implements hook_entity_info().
File
- modules/
wsconfig/ wsconfig.module, line 319 - Main module for wsconfig
Code
function wsconfig_type_access($op, $type = NULL, $account = NULL) {
return user_access('administer wsconfig types', $account);
}