You are here

constant FEEDAPI_NEVER_DELETE_OLD in FeedAPI 5

Same name and namespace in other branches
  1. 6 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
FeedAPI_Aggregator_Tests::testFeedAPI_Aggregator_Refresh_Feed in feedapi_aggregator/tests/feedapi_aggregator.module.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. @todo currently it doesn't test the categorizing facility of feedapi_aggregator
feedapi_feedapi_settings_form in ./feedapi.module
Implementation of hook_feedapi_settings_form().
FeedAPI_Node_Tests::testFeedAPI_Node_Refresh_Feed in feedapi_node/tests/feedapi_node.module.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.
_feedapi_aggregator_expire in feedapi_aggregator/feedapi_aggregator.module
Check for expired items, pass them to the item_expire function
_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);