function state_flow_schedule_install in State Machine 7.3
Same name and namespace in other branches
- 7.2 modules/state_flow_schedule/state_flow_schedule.install \state_flow_schedule_install()
Implements hook_install().
File
- modules/
state_flow_schedule/ state_flow_schedule.install, line 96 - Install file for state_flow_schedule.
Code
function state_flow_schedule_install() {
cache_clear_all();
$t = get_t();
return $t('Registry and cache have been rebuilt.');
}