Act on field_attach_delete().

This hook is invoked after the field module has performed the operation.

See field_attach_delete() for details and arguments.

Related topics

1 invocation of hook_field_attach_delete()
field_attach_delete in modules/field/field.attach.inc
Delete field data for an existing entity. This deletes all revisions of field data for the entity.

File

modules/field/field.api.php, line 1466
Hooks provided by the Field module.

Code

function hook_field_attach_delete($entity_type, $entity) {

  // @todo Needs function body.
}