field_ui_field_attach_delete_bundle

Versions
7
field_ui_field_attach_delete_bundle($bundle)

Implements hook_field_attach_delete_bundle().

Code

modules/field_ui/field_ui.module, line 269

<?php
function field_ui_field_attach_delete_bundle($bundle) {
  variable_del('field_extra_weights_' . $bundle);
}
?>
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.