You are here

protected function RulesTestTypeWrapper::load in Rules 7.2

Overrides RulesIdentifiableDataWrapper::load().

Overrides RulesIdentifiableDataWrapper::load

File

tests/rules_test.rules.inc, line 308
Includes any rules integration provided by the module.

Class

RulesTestTypeWrapper
The custom wrapper class for the rules test type.

Code

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