You are here

function rules_test_action_log_msg in Rules 6

1 string reference to 'rules_test_action_log_msg'
rules_test_rules_defaults in rules_test/rules_test.rules_defaults.inc
Implementation of hook_rules_defaults.

File

rules_test/rules_test.rules.inc, line 58
Define some conditions and actions, used by the tests

Code

function rules_test_action_log_msg($settings) {
  rules_log($settings['msg']);
}