function RulesIdentifiableDataWrapper::load
Load a data object given an identifier.
Return value
The loaded data object, or FALSE if loading failed.
1 call to RulesIdentifiableDataWrapper::load()
- RulesIdentifiableDataWrapper::value in includes/
rules.state.inc - Overridden.
1 method overrides RulesIdentifiableDataWrapper::load()
- RulesTestTypeWrapper::load in tests/
rules_test.rules.inc - Overrides RulesIdentifiableDataWrapper::load().
File
-
includes/
rules.state.inc, line 802
Class
- RulesIdentifiableDataWrapper
- A wrapper class similar to the EntityDrupalWrapper, but for non-entities.
Code
protected abstract function load($id);