function twitter_pull_cache_length in Twitter Pull 6.2
Same name and namespace in other branches
- 6 twitter_pull.module \twitter_pull_cache_length()
- 7.2 twitter_pull.module \twitter_pull_cache_length()
- 7 twitter_pull.module \twitter_pull_cache_length()
1 call to twitter_pull_cache_length()
- twitter_pull_retrieve in ./
twitter_pull.module - Retrieves tweets by username, hashkey or search term.
File
- ./
twitter_pull.module, line 19
Code
function twitter_pull_cache_length() {
return variable_get('twitter_pull_cache_length', TWITTER_PULL_CACHE_LENGTH);
}