You are here

function voting_rules_action_load_votes_variable_label in Voting Rules 6

1 string reference to 'voting_rules_action_load_votes_variable_label'
voting_rules_rules_action_info in ./voting_rules.rules.inc
Implementation of hook_rules_action_info().

File

./voting_rules.rules.inc, line 307
Provides Rules integration for the Votingapi module

Code

function voting_rules_action_load_votes_variable_label($settings) {

  //  return t('New content of type @type', array('@type' => $settings['type']));
  return t("Loaded votes");
}