You are here

public function StateFlow::get_available_states in State Machine 6

Returns an array of available states.

File

modules/state_flow/plugins/state_flow.inc, line 32

Class

StateFlow

Code

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