function menu_uninstall

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();
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!menu!menu.install/function/menu_uninstall/7.x