You are here

11 calls to feedapi_get_settings() 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_create_node in ./feedapi.module
Create a feedapi node programatically.
feedapi_enabled_type in ./feedapi.module
Determines wether feedapi is enabled for given node type. If parser or processor is passed in, this function determines wether given parser or processor is enabled for given node type.
feedapi_expire in ./feedapi.module
Delete expired items and return informations about the feed refreshing
feedapi_form_alter in ./feedapi.module
Implementation of hook_form_alter().
feedapi_nodeapi in ./feedapi.module
Implementation of hook_nodeapi().
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_build_feed_object in ./feedapi.module
Builds feed object ready to be sticked onto node.
_feedapi_insert in ./feedapi.module
Insert feedapi data to the DB when it's a new for for FeedAPI
_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_store_settings in ./feedapi.module
Stores settings per content type or per node.