1.20.x layout.install | layout_disable() |
Implements hook_disable().
File
- modules/
layout/ layout.install, line 27 - Install, update and uninstall functions for the Layout module.
Code
function layout_disable() {
config_set('system.core', 'menu_route_handler', NULL);
}