You are here

function state_flow_schedule_uninstall in State Machine 7.3

Same name and namespace in other branches
  1. 7.2 modules/state_flow_schedule/state_flow_schedule.install \state_flow_schedule_uninstall()

Implements hook_uninstall().

File

modules/state_flow_schedule/state_flow_schedule.install, line 105
Install file for state_flow_schedule.

Code

function state_flow_schedule_uninstall() {
  cache_clear_all();
  return st('Registry and cache have been rebuilt.');
}