You are here

protected function StateMachine::on_event_fail in State Machine 7.2

Same name and namespace in other branches
  1. 6 inc/base.inc \StateMachine::on_event_fail()
  2. 7.3 inc/base.inc \StateMachine::on_event_fail()
  3. 7 inc/base.inc \StateMachine::on_event_fail()

Method to be called when firing an event fails for any reason.

1 call to StateMachine::on_event_fail()
StateMachine::fire_event in inc/base.inc
Trigger an event to process a transition. Callbacks and guard conditions will be processed in the following order:
1 method overrides StateMachine::on_event_fail()
StateFlow::on_event_fail in modules/state_flow/plugins/state_flow.inc
Method to be called when firing an event fails for any reason.

File

inc/base.inc, line 194
base.inc

Class

StateMachine
@file base.inc

Code

protected function on_event_fail($event) {
}