asaf.install in Asaf (ajax submit for any form) 8
Same filename and directory in other branches
Install file.
File
asaf.installView source
<?php
/**
* @file
* Install file.
*/
/**
* Implements hook_install().
*/
function asaf_install() {
module_set_weight('asaf', 8192);
}
Functions
Name | Description |
---|---|
asaf_install | Implements hook_install(). |