7 uses of FEEDAPI_CRON_NEVER_REFRESH in FeedAPI 6
- FeedAPICronTestsCase::testFeedAPICron in tests/
feedapi_cron.test - Checks cron feed scheduling functionality
- feedapi_cron in ./
feedapi.module - Implementation of hook_cron().
- feedapi_update_6106 in ./
feedapi.install - Convert checked to next_refresh_time and consolidate skip and next_refresh_time, add an index on next_refresh_time, make next_refresh_time unsigned.
- feedapi_update_6107 in ./
feedapi.install - Convert refresh_time values to new constants FEEDAPI_CRON_NEVER_REFRESH and FEEDAPI_CRON_ALWAYS_REFRESH.
- _feedapi_insert in ./
feedapi.module - Insert feedapi data to the DB when it's a new for for FeedAPI
- _feedapi_invoke_refresh in ./
feedapi.module - Helper function for feedapi_invoke(). Refresh the feed, call the proper parsers and processors' hooks. Don't call this function directly, use feedapi_refresh() instead.
- _feedapi_update in ./
feedapi.module - Update feed data of an existing feed