You are here

6 calls to StateFlowEntity::get_event() in State Machine 7.3

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::isDraftRevision in modules/state_flow_entity/plugins/state_flow_entity.inc
Check if the current object is a draft revision.
StateFlowEntity::on_exit_scheduled in modules/state_flow_entity/plugins/state_flow_entity.inc
Remove scheduled events if the new state isn't scheduled.
StateFlowNode::on_exit_published in modules/state_flow/plugins/state_flow_node.inc