You are here

function acquia_search_disable in Acquia Search 6

Same name and namespace in other branches
  1. 6.3 acquia_search.module \acquia_search_disable()

Implementation of hook_disable().

File

./acquia_search.module, line 71
Integration between Acquia Drupal and Acquia's hosted solr search service.

Code

function acquia_search_disable() {
  acquia_search_delete_variables();
}