You are here

public function StateFlowEntity::get_states_options in State Machine 7.3

File

modules/state_flow_entity/plugins/state_flow_entity.inc, line 159
State Flow implementation of the State Machine class.

Class

StateFlowEntity
@file State Flow implementation of the State Machine class.

Code

public function get_states_options() {
  return $this->states;
}