public function StateFlow_Event::get_machine in State Machine 7
Same name and namespace in other branches
- 7.3 modules/state_flow_entity/plugins/state_flow_entity.inc \StateFlow_Event::get_machine()
- 7.2 modules/state_flow/plugins/state_flow.inc \StateFlow_Event::get_machine()
File
- modules/
state_flow/ plugins/ state_flow.inc, line 342
Class
Code
public function get_machine() {
return $this->machine;
}