function RulesTestTypeWrapper::load

Overrides RulesIdentifiableDataWrapper::load().

Overrides RulesIdentifiableDataWrapper::load

File

tests/rules_test.rules.inc, line 314

Class

RulesTestTypeWrapper
The custom wrapper class for the rules test type.

Code

protected function load($id) {
    return node_load($id);
}