You are here

ajax_loader.install in Ajax loader 7

Install, update, and uninstall functions.

File

ajax_loader.install
View source
<?php

/**
 * @file
 * Install, update, and uninstall functions.
 */

/**
 * Implements hook_uninstall().
 */
function ajax_loader_uninstall() {
  variable_del('ajax_loader_settings');
}

Functions

Namesort descending Description
ajax_loader_uninstall Implements hook_uninstall().