You are here

function menu_uninstall in Drupal 7

Same name and namespace in other branches
  1. 6 modules/menu/menu.install \menu_uninstall()

Implements hook_uninstall().

File

modules/menu/menu.install, line 68
Install, update and uninstall functions for the menu module.

Code

function menu_uninstall() {
  menu_rebuild();
}