You are here

function rules_test_custom_node_save in Rules 7.2

Extender for the node data type.

File

tests/rules_test.test.inc, line 11
Include file for testing file inclusion.

Code

function rules_test_custom_node_save($object) {
  throw new RulesEvaluationException('Custom save method invoked.');
}