cshs_menu_link.install in Client-side Hierarchical Select 8
Same filename and directory in other branches
Install, update, and uninstall routines.
File
modules/cshs_menu_link/cshs_menu_link.installView source
<?php
/**
* @file
* Install, update, and uninstall routines.
*/
/**
* Implements hook_install().
*
* @internal
*/
function cshs_menu_link_install() : void {
// Core's "Custom Menu Links" module has a weight of 1.
\module_set_weight('cshs_menu_link', 5);
}
Functions
Name | Description |
---|---|
cshs_menu_link_install | Implements hook_install(). |