function menu_ui_uninstall in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/menu_ui/menu_ui.install \menu_ui_uninstall()
Implements hook_uninstall().
File
- core/
modules/ menu_ui/ menu_ui.install, line 23 - Install, update and uninstall functions for the menu_ui module.
Code
function menu_ui_uninstall() {
\Drupal::service('router.builder')
->setRebuildNeeded();
}