1 layout.install layout_disable()

Implements hook_disable().

File

core/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);
}