You are here

function rules_test_custom_help in Rules 7.2

Custom help callback for the rules_node_publish_action().

1 string reference to 'rules_test_custom_help'
rules_test_rules_action_info in tests/rules_test.rules.inc
Implements hook_rules_action_info().

File

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

Code

function rules_test_custom_help() {
  return 'custom';
}