You are here

masonry_search.install in Masonry API 7

Install, update and uninstall functions for the Masonry Search module.

File

masonry_search/masonry_search.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the Masonry Search module.
 */

/**
 * Implements hook_uninstall().
 */
function masonry_search_uninstall() {
  variable_del('masonry_search');
}

Functions

Namesort descending Description
masonry_search_uninstall Implements hook_uninstall().