views_ajax_get.install in Views Ajax Get 7
Includes unintall hook for views_ajax_get module.
File
views_ajax_get.installView source
<?php
/**
* @file
* Includes unintall hook for views_ajax_get module.
*/
/**
* Implements hook_uninstall().
*/
function views_ajax_get_uninstall() {
variable_del('views_ajax_get_exemptions');
}
Functions
Name | Description |
---|---|
views_ajax_get_uninstall | Implements hook_uninstall(). |