You are here

function apachesolr_og_disable in Apache Solr Search 6

Same name and namespace in other branches
  1. 5.2 contrib/apachesolr_og/apachesolr_og.install \apachesolr_og_disable()

Implementation of hook_disable().

File

contrib/apachesolr_og/apachesolr_og.install, line 30
Install and related hooks for the apachesolr_date module.

Code

function apachesolr_og_disable() {

  // Disable all facets for this module.
  apachesolr_save_module_facets('apachesolr_og', array());
}