You are here

function wsfields_storage_field_storage_update_field in Web Service Data 7

Implements hook_field_storage_update_field().

File

modules/wsfields_storage/wsfields_storage.module, line 137
Storage controller definitions

Code

function wsfields_storage_field_storage_update_field($field, $prior_field, $has_data) {
  cache_clear_all('wsfields_storage_entity_has_wsfields:*', 'cache', TRUE);
}