protected function StateMachine::persist in State Machine 7.2
Same name and namespace in other branches
- 6 inc/base.inc \StateMachine::persist()
- 7.3 inc/base.inc \StateMachine::persist()
- 7 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
Class
- StateMachine
- @file base.inc
Code
protected function persist() {
}