1 admin_bar.module | admin_bar_menu_alter(&$items) |
Implements hook_menu_alter().
File
- core/
modules/ admin_bar/ admin_bar.module, line 87 - Render an administrative bar as a dropdown menu at the top of the window.
Code
function admin_bar_menu_alter(&$items) {
// Flush client-side caches whenever the menu is rebuilt.
cache('admin_bar')->flush();
}