1 admin_bar.module admin_bar_field_create_instance($instance)

Implements hook_field_create_instance().

File

core/modules/admin_bar/admin_bar.module, line 146
Render an administrative bar as a dropdown menu at the top of the window.

Code

function admin_bar_field_create_instance($instance) {
  cache('admin_bar')->flush();
}