You are here

auto_index.install in Auto Index 8

Same filename and directory in other branches
  1. 6 auto_index.install
  2. 7 auto_index.install

File

auto_index.install
View source
<?php

/**
 * Implementation of hook_install()
 */
function auto_index_install() {

  // Add a high number to move our module to the end of the load queue.
  module_set_weight('auto_index', 10000);
}

Functions

Namesort descending Description
auto_index_install Implementation of hook_install()