function wsfields_storage_entity_update in Web Service Data 7
Implements hook_entity_update().
File
- modules/
wsfields_storage/ wsfields_storage.module, line 357 - Storage controller definitions
Code
function wsfields_storage_entity_update($entity, $entity_type) {
wsfields_storage_field_storage_write($entity_type, $entity, NULL, array(), TRUE);
}