apachesolr_autocomplete.install in Apache Solr Autocomplete 6
Same filename and directory in other branches
ApacheSolr Autocomplete module install, update and uninstall functions.
File
apachesolr_autocomplete.installView source
<?php
/**
* @file
* ApacheSolr Autocomplete module install, update and uninstall functions.
*/
/**
* Implements hook_uninstall().
*/
function apachesolr_autocomplete_uninstall() {
// Delete variables.
variable_del('apachesolr_autocomplete_widget');
variable_del('apachesolr_autocomplete_suggest_keywords');
variable_del('apachesolr_autocomplete_suggest_spellcheck');
variable_del('apachesolr_autocomplete_counts');
}
Functions
Name | Description |
---|---|
apachesolr_autocomplete_uninstall | Implements hook_uninstall(). |