You are here

function twitter_pull_num_items in Twitter Pull 6

Same name and namespace in other branches
  1. 6.2 twitter_pull.module \twitter_pull_num_items()
  2. 7.2 twitter_pull.module \twitter_pull_num_items()
  3. 7 twitter_pull.module \twitter_pull_num_items()
2 calls to twitter_pull_num_items()
twitter_pull_render in ./twitter_pull.module
Retrieves appropriate tweets (by username, hashkey or search term) and passes over to the theming function with $themekey key passing tweets array along.
twitter_pull_retrieve in ./twitter_pull.module
Retrieves tweets by username, hashkey or search term.

File

./twitter_pull.module, line 15

Code

function twitter_pull_num_items() {
  return variable_get('twitter_pull_num_items', TWITTER_PULL_NUM_ITEMS);
}