6 calls to _feedapi_store_settings() in FeedAPI 6
- 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_content_type_submit in ./
feedapi.module - Store per-content-type settings
- 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_update in ./
feedapi.module - Update feed data of an existing feed