You are here

function webform_civicrm_uninstall in Webform CiviCRM Integration 6

Same name and namespace in other branches
  1. 6.2 webform_civicrm.install \webform_civicrm_uninstall()

Implementation of hook_uninstall().

File

./webform_civicrm.install, line 110
Webform CiviCRM module's install and uninstall code.

Code

function webform_civicrm_uninstall() {
  drupal_uninstall_schema('webform_civicrm');
}