function state_flow_schedule_uninstall in State Machine 7.2
Same name and namespace in other branches
- 7.3 modules/state_flow_schedule/state_flow_schedule.install \state_flow_schedule_uninstall()
Implements hook_uninstall()
Return value
string
File
- modules/
state_flow_schedule/ state_flow_schedule.install, line 59 - Install file for state_flow_schedule.
Code
function state_flow_schedule_uninstall() {
cache_clear_all();
return t('Registry and cache have been rebuilt');
}