You are here

sharethis.install in ShareThis 6

Same filename and directory in other branches
  1. 8.2 sharethis.install
  2. 7.2 sharethis.install
  3. 7 sharethis.install

This file holds the install information for the ShareThis Module.

File

sharethis.install
View source
<?php

/**
 * @file
 * This file holds the install information for the ShareThis Module.
 */

/**
 * Implements hook_uninstall().
 */
function sharethis_uninstall() {

  // Delete created variables.
  variable_del('sharethis_code');
  variable_del('sharethis_sharethis_this_node_types');
  variable_del('sharethis_teaser');
  variable_del('sharethis_sharethis_this_where');
  variable_del('sharethis_sharethis_weight');
}

Functions

Namesort descending Description
sharethis_uninstall Implements hook_uninstall().