You are here

function _services_entity_resource_access_view in Services Entity API 7

1 string reference to '_services_entity_resource_access_view'
services_entity_services_resources in ./services_entity.services.inc
Implementation of hook_services_resources().

File

./services_entity.resources.inc, line 25

Code

function _services_entity_resource_access_view() {

  // The access control is done at the level of each entity.
  return TRUE;
}