function state_flow_ctools_plugin_plugins in State Machine 6
Implementation of hook_ctools_plugin_plugins().
File
- modules/
state_flow/ state_flow.module, line 176 - A base implementation of the state machine class and its relationship to revisions
Code
function state_flow_ctools_plugin_plugins() {
return array(
'cache' => TRUE,
'use hooks' => TRUE,
);
}