1 layout.install | layout_enable() |
Implements hook_enable().
File
- core/
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');
}