You are here

protected function StateMachine::load in State Machine 7

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

Load the current state from the given state storage

1 call to StateMachine::load()
StateMachine::__construct in inc/base.inc
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 34
base.inc

Class

StateMachine
@file base.inc

Code

protected function load() {
}