You are here

apachesolr_date.install in Apache Solr Search 6.2

Install and related hooks for the apachesolr_date module.

File

contrib/apachesolr_date/apachesolr_date.install
View source
<?php

/**
 * @file
 *   Install and related hooks for the apachesolr_date module.
 */

/**
 * Implementation of hook_uninstall().
 */
function apachesolr_date_uninstall() {

  // Remove blocks.
  db_query('DELETE FROM {blocks} WHERE module = "apachesolr_date"');
}

Functions

Namesort descending Description
apachesolr_date_uninstall Implementation of hook_uninstall().