public function StateFlow::get_states_options in State Machine 7
Same name and namespace in other branches
- 7.2 modules/state_flow/plugins/state_flow.inc \StateFlow::get_states_options()
File
- modules/
state_flow/ plugins/ state_flow.inc, line 79
Class
Code
public function get_states_options() {
return $this->states;
}