hook_field_storage_delete_instance

Versions
7
hook_field_storage_delete_instance($instance)

Act on deletion of a field instance.

Parameters

$instance The instance being deleted.

Related topics

Code

modules/field/field.api.php, line 1281

<?php
function hook_field_storage_delete_instance($instance) {
}
?>
Login or register to post comments
 
 

All source code and documentation on this site is released under the terms of the GNU General Public License, version 2 and later. Drupal is a registered trademark of Dries Buytaert.