function state_flow_theme in State Machine 6
Implementation of hook_theme()
Return value
array
File
- modules/
state_flow/ state_flow.module, line 40 - A base implementation of the state machine class and its relationship to revisions
Code
function state_flow_theme() {
return array(
'state_flow_states' => array(
'arguments' => array(
'states' => NULL,
),
),
);
}