constant FEEDAPI_CRON_ALWAYS_REFRESH in FeedAPI 6
3 uses of FEEDAPI_CRON_ALWAYS_REFRESH
- FeedAPICronTestsCase::testFeedAPICron in tests/
feedapi_cron.test - Checks cron feed scheduling functionality
- FeedAPIErrorTestsCase::testFeedAdd in tests/
feedapi_error.test - Feed add form.
- feedapi_update_6107 in ./
feedapi.install - Convert refresh_time values to new constants FEEDAPI_CRON_NEVER_REFRESH and FEEDAPI_CRON_ALWAYS_REFRESH.
File
- ./
feedapi.module, line 18 - Handle the submodules (for feed and item processing) Provide a basic management of feeds
Code
define('FEEDAPI_CRON_ALWAYS_REFRESH', 0);