vmi.install in View Modes Inventory - Bootstrap Ready 8.2
Same filename and directory in other branches
Install view modes inventory module.
File
vmi.installView source
<?php
/**
* @file
* Install view modes inventory module.
*/
/**
* Implements hook_install().
*/
function vmi_install() {
module_set_weight('vmi', 3);
}
Functions
Name![]() |
Description |
---|---|
vmi_install | Implements hook_install(). |