contextual_range_filter.install in Views Contextual Range Filter 8
Same filename and directory in other branches
Contains install functions for Views Contextual Range Filter module.
File
contextual_range_filter.installView 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
Name | Description |
---|---|
contextual_range_filter_install | Implements hook_install(). |