You are here

protected function StateMachine::load in State Machine 7.3

Same name and namespace in other branches
  1. 6 inc/base.inc \StateMachine::load()
  2. 7 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
Create instance of StateMachine.
1 method overrides StateMachine::load()
StateFlowEntity::load in modules/state_flow_entity/plugins/state_flow_entity.inc
Provide the current state of this revision or entity.

File

inc/base.inc, line 46
Defines the base classes of the state machine.

Class

StateMachine
The base class.

Code

protected function load() {
}