You are here

function module_builder_uninstall in Module Builder 6

Implementation of hook_uninstall().

File

./module_builder.install, line 16

Code

function module_builder_uninstall() {

  // Remove tables.
  drupal_uninstall_schema('module_builder');
}