You are here

function data_uninstall in Data 7

Same name and namespace in other branches
  1. 6 data.install \data_uninstall()

Implements hook_uninstall().

File

./data.install, line 112
Install hooks for Data module.

Code

function data_uninstall() {

  // Remove tables.
  // TODO The drupal_(un)install_schema functions are called automatically in D7.
  // drupal_uninstall_schema('data')
}