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