function rules_test_condition_node_wrapped in Rules 7.2
Condition implementation receiving the node wrapped.
1 string reference to 'rules_test_condition_node_wrapped'
- RulesTestCase::testDataSelectors in tests/
rules.test - Tests using data selectors.
File
- tests/
rules_test.rules.inc, line 112 - Includes any rules integration provided by the module.
Code
function rules_test_condition_node_wrapped($wrapper) {
return $wrapper instanceof EntityMetadataWrapper;
}