You are here

function computing_uninstall in Drupal Computing 7.2

Same name and namespace in other branches
  1. 7 computing.install \computing_uninstall()

Implements hook_uninstall().

File

./computing.install, line 177
Drupal Computing installation file.

Code

function computing_uninstall() {

  // computing, computing_application database tables are uninstalled by default.
  // Need to make sure field instances are uninstalled as well.
  // Although it seems it is taken care of EntityAPI according to the "model" module,
}