1 admin_bar.module admin_bar_language_insert()

Implements hook_language_insert().

File

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

Code

function admin_bar_language_insert() {
  cache('admin_bar')->flush();
}