1 admin_bar.module admin_bar_language_delete()

Implements hook_language_delete().

File

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

Code

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