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