You are here

vmi.install in View Modes Inventory - Bootstrap Ready 8.2

Same filename and directory in other branches
  1. 8 vmi.install

Install view modes inventory module.

File

vmi.install
View source
<?php

/**
 * @file
 * Install view modes inventory module.
 */

/**
 * Implements hook_install().
 */
function vmi_install() {
  module_set_weight('vmi', 3);
}

Functions

Namesort descending Description
vmi_install Implements hook_install().