1.20.x admin_bar.module admin_bar_language_update()

Implements hook_language_update().

File

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

Code

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