You are here

constant FEEDAPI_NEVER_DELETE_OLD in FeedAPI 6

Same name and namespace in other branches
  1. 5 feedapi.module \FEEDAPI_NEVER_DELETE_OLD

@file Handle the submodules (for feed and item processing) Provide a basic management of feeds

6 uses of FEEDAPI_NEVER_DELETE_OLD
FeedAPIExpireTestsCase::testFeedAPIAllExpire in tests/feedapi_expire.test
Checks cron feed scheduling functionality
FeedAPIExpireTestsCase::testFeedAPISomeExpire in tests/feedapi_expire.test
Checks cron feed scheduling functionality
FeedAPINodeTestsCase::testFeedAPI_Node in feedapi_node/tests/feedapi_node.test
Add a content-type, create a feed and refresh it. Check if everything seems ok Delete the feed Check if the rubbish is purged as well. Use simplified form to create a feed
feedapi_feedapi_settings_form in ./feedapi.module
Implementation of hook_feedapi_settings_form().
_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.

... See full list

File

./feedapi.module, line 9
Handle the submodules (for feed and item processing) Provide a basic management of feeds

Code

define('FEEDAPI_NEVER_DELETE_OLD', 0);