ajax_loader.install in Ajax loader 7
Install, update, and uninstall functions.
File
ajax_loader.installView source
<?php
/**
* @file
* Install, update, and uninstall functions.
*/
/**
* Implements hook_uninstall().
*/
function ajax_loader_uninstall() {
variable_del('ajax_loader_settings');
}
Functions
Name | Description |
---|---|
ajax_loader_uninstall | Implements hook_uninstall(). |