You are here

cacheexclude.install in CacheExclude 7.2

Same filename and directory in other branches
  1. 6.2 cacheexclude.install

File

cacheexclude.install
View source
<?php

/**
 * Implements hook_uninstall().
 */
function cacheexclude_uninstall() {
  variable_del('cacheexclude_list');
  variable_del('cacheexclude_node_types');
}

Functions

Namesort descending Description
cacheexclude_uninstall Implements hook_uninstall().