You are here

function contextual_range_filter_install in Views Contextual Range Filter 8

Implements hook_install().

File

./contextual_range_filter.install, line 11
Contains install functions for Views Contextual Range Filter module.

Code

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);
}