You are here

function wsclient_entity_access in Web service client 7

Access callback for operations on wsclient entities.

See also

entity_access()

1 string reference to 'wsclient_entity_access'
wsclient_entity_info in ./wsclient.module
Implements hook_entity_info().

File

./wsclient.module, line 100
Web service client - module file.

Code

function wsclient_entity_access($op, $entity, $account, $entity_type) {
  return user_access('administer web services', $account);
}