function apachesolr_og_disable in Apache Solr Search 5.2
Same name and namespace in other branches
- 6 contrib/apachesolr_og/apachesolr_og.install \apachesolr_og_disable()
Implementation of hook_disable().
File
- contrib/
apachesolr_og/ apachesolr_og.install, line 25
Code
function apachesolr_og_disable() {
// Disable all facets for this module.
apachesolr_save_module_facets('apachesolr_og', array());
}