field_ui_field_attach_create_bundle

Versions
7
field_ui_field_attach_create_bundle($bundle)

Implements hook_field_attach_create_bundle().

Code

modules/field_ui/field_ui.module, line 250

<?php
function field_ui_field_attach_create_bundle($bundle) {
  // When a new bundle is created, the menu needs to be rebuilt to add our
  // menu item tabs.
  variable_set('menu_rebuild_needed', TRUE);
}
?>
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.