You are here

function _twitter_rules_account_options in Twitter 7.6

Same name and namespace in other branches
  1. 7.5 twitter_actions/twitter_actions.rules.inc \_twitter_rules_account_options()

Returns the list of Twitter accounts to be used for posting.

Return value

an array of Twitter accounts.

See also

twitter_actions_account_options()

1 string reference to '_twitter_rules_account_options'
twitter_actions_rules_action_info in twitter_actions/twitter_actions.rules.inc
Implements hook_rules_action_info() on behalf of the Twitter module.

File

twitter_actions/twitter_actions.rules.inc, line 45
Provides Rules integration in order to post tweets.

Code

function _twitter_rules_account_options(RulesPlugin $element, $param_name) {
  return twitter_actions_account_options();
}