constant TWITTER_PULL_CACHE_TABLE in Twitter Pull 7
Same name and namespace in other branches
- 6.2 twitter_pull.module \TWITTER_PULL_CACHE_TABLE
- 6 twitter_pull.module \TWITTER_PULL_CACHE_TABLE
- 7.2 twitter_pull.module \TWITTER_PULL_CACHE_TABLE
3 uses of TWITTER_PULL_CACHE_TABLE
- twitter_pull_flush_caches in ./
twitter_pull.module - Implements hook_flush_caches().
- twitter_pull_retrieve in ./
twitter_pull.module - Retrieves tweets by username, hashkey or search term.
- _twitter_pull_cache_clear in ./
twitter_pull.module - Flushes cache tables used by the module.
File
- ./
twitter_pull.module, line 11 - Twitter Pull module.
Code
define('TWITTER_PULL_CACHE_TABLE', 'cache_pulled_tweets');