function admin_menu_menu_link_insert in Administration menu 8.3
Same name and namespace in other branches
- 7.3 admin_menu.module \admin_menu_menu_link_insert()
Implements hook_menu_link_insert().
File
- ./
admin_menu.module, line 112 - Render an administrative menu as a dropdown menu at the top of the window.
Code
function admin_menu_menu_link_insert($link) {
// Flush all of our caches to pick up the link.
admin_menu_cache_flush();
}