function hook_field_delete_instance

hook_field_delete_instance($instance)

Act on a field instance being deleted.

This hook is invoked from field_delete_instance() after the instance is deleted.

Parameters

$instance: The instance just deleted.

Related topics

File

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

Code

function hook_field_delete_instance($instance) {
  // @todo Needs function body.
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!field!field.api.php/function/hook_field_delete_instance/7.x