You are here

function wsfields_storage_field_attach_delete in Web Service Data 7

Implements hook_field_attach_delete().

File

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

Code

function wsfields_storage_field_attach_delete($entity_type, $entity) {

  // @todo something
}