You are here

function taxonomy_edge_uninstall in Taxonomy Edge 7.2

Same name and namespace in other branches
  1. 8 taxonomy_edge.install \taxonomy_edge_uninstall()
  2. 6 taxonomy_edge.install \taxonomy_edge_uninstall()
  3. 7 taxonomy_edge.install \taxonomy_edge_uninstall()

Implements hook_uninstall().

File

./taxonomy_edge.install, line 22
Installation file for Taxonomy Edge

Code

function taxonomy_edge_uninstall() {
  _taxonomy_edge_uninstall();
  drupal_set_message(st('Taxonomy Edge is now uninstalled. You may remove the provided patch to the core module Taxonomy module if applicable.'));
}