You are here

function wsfields_storage_field_storage_delete_instance in Web Service Data 7

Implements hook_field_storage_delete_instance().

File

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

Code

function wsfields_storage_field_storage_delete_instance($instance) {
  cache_clear_all('wsfields_storage_entity_has_wsfields:*', 'cache', TRUE);
}