You are here

protected function StateMachine::persist in State Machine 6

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

Persist the current state to the object storage.

1 call to StateMachine::persist()
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::persist()
StateFlow::persist in modules/state_flow/plugins/state_flow.inc
Persist the current state to the object storage.

File

inc/base.inc, line 25

Class

StateMachine

Code

protected function persist() {
}