protected function StateMachine::load in State Machine 7.2
Same name and namespace in other branches
- 6 inc/base.inc \StateMachine::load()
- 7.3 inc/base.inc \StateMachine::load()
- 7 inc/base.inc \StateMachine::load()
Load the current state from the given state storage
1 call to StateMachine::load()
1 method overrides StateMachine::load()
- StateFlow::load in modules/
state_flow/ plugins/ state_flow.inc - Load the current state from the given state storage
File
Class
- StateMachine
- @file base.inc
Code
protected function load() {
}