1 field.api.php | hook_field_attach_delete_revision($entity_type, $entity) |
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
File
- core/
modules/ field/ field.api.php, line 1508 - Hooks provided by the Field module.
Code
function hook_field_attach_delete_revision($entity_type, $entity) {
// @todo Needs function body.
}