menu_link_modal.install in Menu Link Modal 8
Same filename and directory in other branches
Install file for menu_link_modal.
File
menu_link_modal.installView source
<?php
/**
* @file
* Install file for menu_link_modal.
*/
/**
* Implements hook_update_N().
*/
function menu_link_modal_update_8001() {
// Set the weight of the menu_link_modal to 100 at last.
module_set_weight('menu_link_modal', 100);
}
Functions
Name | Description |
---|---|
menu_link_modal_update_8001 | Implements hook_update_N(). |