You are here

contextual_range_filter.install in Views Contextual Range Filter 8

Same filename and directory in other branches
  1. 7 contextual_range_filter.install

Contains install functions for Views Contextual Range Filter module.

File

contextual_range_filter.install
View source
<?php

/**
 * @file
 * Contains install functions for Views Contextual Range Filter module.
 */

/**
 * Implements hook_install().
 */
function contextual_range_filter_install() {

  // Set module weight 1 higher than Views module. May not be necessary.
  module_set_weight('contextual_range_filter', 10 + 1);
}

Functions