auto_index.install in Auto Index 8
Same filename and directory in other branches
File
auto_index.installView 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
Name | Description |
---|---|
auto_index_install | Implementation of hook_install() |