function rules_test_custom_help

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

Code

function rules_test_custom_help() {
    return 'custom';
}