You are here

public function RulesTestClassAction::execute in Rules 7.2

Executes the action.

File

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

Class

RulesTestClassAction
Action for testing writing class-based actions.

Code

public function execute($node) {
  rules_log('Action called with node ' . $node->nid);
}