You are here

function vmi_install in View Modes Inventory - Bootstrap Ready 8.2

Same name and namespace in other branches
  1. 8 vmi.install \vmi_install()

Implements hook_install().

File

./vmi.install, line 11
Install view modes inventory module.

Code

function vmi_install() {
  module_set_weight('vmi', 3);
}