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