You are here

function state_flow_schedule_install in State Machine 7.2

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

Implements hook_install()

Return value

string

File

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

Code

function state_flow_schedule_install() {
  cache_clear_all();
  return t('Registry and cache have been rebuilt');
}