function twitter_pull_num_items in Twitter Pull 7.2
Same name and namespace in other branches
- 6.2 twitter_pull.module \twitter_pull_num_items()
- 6 twitter_pull.module \twitter_pull_num_items()
- 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 13 - Twitter Pull module.
Code
function twitter_pull_num_items() {
return variable_get('twitter_pull_num_items', TWITTER_PULL_NUM_ITEMS);
}