function hook_field_delete_instance

Act on a field instance being deleted.

This hook lets modules react to the deletion of an existing field instance. It is called after the definition is deleted.

Parameters

$instance: The instance just deleted.

Related topics

3 functions implement hook_field_delete_instance()
1 invocation of hook_field_delete_instance()

File

drupal/core/modules/field/field.api.php, line 1946

Code

function hook_field_delete_instance($instance) {

  // @todo Needs function body.
}