function field_ui_field_attach_create_bundle in Drupal 7
Implements hook_field_attach_create_bundle().
File
- modules/
field_ui/ field_ui.module, line 329 - Allows administrators to attach custom fields to fieldable types.
Code
function field_ui_field_attach_create_bundle($entity_type, $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);
}