1.20.x admin_bar.module admin_bar_menu_link_delete($link)

Implements hook_menu_link_delete().

File

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

Code

function admin_bar_menu_link_delete($link) {
  // Flush all of our caches to pick up the link.
  cache('admin_bar')->flush();
}