public function StateFlowEntity::get_object in State Machine 7.3
8 calls to StateFlowEntity::get_object()
- StateFlowEntity::entityPresave in modules/
state_flow_entity/ plugins/ state_flow_entity.inc - Called by hook_entity_presave().
- StateFlowEntity::entity_saved in modules/
state_flow_entity/ plugins/ state_flow_entity.inc - Called by hook_entity_insert() / hook_entity_update().
- StateFlowEntity::fire_event in modules/
state_flow_entity/ plugins/ state_flow_entity.inc - Extending fire_event() from state_machine's base.inc.
- StateFlowEntity::get_history_entity in modules/
state_flow_entity/ plugins/ state_flow_entity.inc - Get the state flow history entity.
- StateFlowEntity::isActivePublishedRevision in modules/
state_flow_entity/ plugins/ state_flow_entity.inc - Check if the current object is the active published revision.
File
- modules/
state_flow_entity/ plugins/ state_flow_entity.inc, line 149 - State Flow implementation of the State Machine class.
Class
- StateFlowEntity
- @file State Flow implementation of the State Machine class.
Code
public function get_object() {
return $this->object;
}