simple_pass_reset.install in Simple Password Reset 8
Same filename and directory in other branches
Installation functions for Simple password reset module.
File
simple_pass_reset.installView source
<?php
/**
* @file
* Installation functions for Simple password reset module.
*/
/**
* Implements hook_install().
*/
function simple_pass_reset_install() {
module_set_weight('simple_pass_reset', 1);
}
Functions
Name | Description |
---|---|
simple_pass_reset_install | Implements hook_install(). |