You are here

6 uses of FEEDAPI_NEVER_DELETE_OLD in FeedAPI 5

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.
_feedapi_node_expire in feedapi_node/feedapi_node.module
Check for expired items, pass them to the item_expire function