You are here

public function StateFlow::get_object in State Machine 7

Same name and namespace in other branches
  1. 7.2 modules/state_flow/plugins/state_flow.inc \StateFlow::get_object()

File

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

Class

StateFlow

Code

public function get_object() {
  return $this->object;
}