You are here

views_natural_sort_text_field.install in Views Natural Sort 7.2

The install file for the Views Natural Sort Text Field module.

File

views_natural_sort_text_field.install
View source
<?php

/**
 * @file
 * The install file for the Views Natural Sort Text Field module.
 */

/**
 * Implements hook_enable().
 */
function views_natural_sort_text_field_enable() {
  module_load_include('inc', 'views_natural_sort', 'views_natural_sort.admin');
  views_natural_sort_rebuild_index_submit();
}

Functions