function _services_entity_resource_update in Services Entity API 7
1 string reference to '_services_entity_resource_update'
- services_entity_services_resources in ./
services_entity.services.inc - Implementation of hook_services_resources().
File
- ./
services_entity.resources.inc, line 127
Code
function _services_entity_resource_update($entity_type, $entity) {
return entity_save($entity_type, $entity);
}