You are here

public function StateMachine::get_all_events in State Machine 7.2

Same name and namespace in other branches
  1. 7.3 inc/base.inc \StateMachine::get_all_events()

Get all of the events

File

inc/base.inc, line 214
base.inc

Class

StateMachine
@file base.inc

Code

public function get_all_events() {
  return $this->events;
}