You are here

asaf.install in Asaf (ajax submit for any form) 8

Same filename and directory in other branches
  1. 7 asaf.install

Install file.

File

asaf.install
View source
<?php

/**
 * @file
 * Install file.
 */

/**
 * Implements hook_install().
 */
function asaf_install() {
  module_set_weight('asaf', 8192);
}

Functions

Namesort descending Description
asaf_install Implements hook_install().