function state_flow_uninstall in State Machine 6
Implementation of hook_uninstall().
File
- modules/
state_flow/ state_flow.install, line 44 - Install file for the state flow module.
Code
function state_flow_uninstall() {
// Remove tables.
drupal_uninstall_schema('state_flow');
}