You are here

function search_api_uninstall in Search API 7

Same name and namespace in other branches
  1. 8 search_api.install \search_api_uninstall()

Implements hook_uninstall().

File

./search_api.install, line 458
Install, update and uninstall functions for the Search API module.

Code

function search_api_uninstall() {
  variable_del('search_api_index_worker_callback_runtime');
}