1 field_ui.module field_ui_field_attach_create_bundle($entity_type, $bundle)

Implements hook_field_attach_create_bundle().

File

core/modules/field_ui/field_ui.module, line 352
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.
  state_set('menu_rebuild_needed', TRUE);
}