function hook_field_attach_delete_revision

Act on field_attach_delete_revision().

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

See field_attach_delete_revision() for details and arguments.

Related topics

1 invocation of hook_field_attach_delete_revision()
field_attach_delete_revision in drupal/modules/field/field.attach.inc
Delete field data for a single revision of an existing entity. The passed entity must have a revision id attribute.

File

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

Code

function hook_field_attach_delete_revision($entity_type, $entity) {

  // @todo Needs function body.
}