You are here

Functions in FeedAPI 5

Primary tabs

Namesort descending Location Description Direct uses Strings
parser_common_syndication_update_1 parser_common_syndication/parser_common_syndication.install
parser_simplepie_feedapi_feed parser_simplepie/parser_simplepie.module Implementation of hook_feedapi_feed().
parser_simplepie_help parser_simplepie/parser_simplepie.module Implementation of hook_help().
parser_simplepie_install parser_simplepie/parser_simplepie.install Implementation of hook_install().
parser_simplepie_nodeapi parser_simplepie/parser_simplepie.module Delete cache validating functions when feed is deleted
parser_simplepie_requirements parser_simplepie/parser_simplepie.module Implementation of hook_requirements().
parser_simplepie_simplify_raw_item parser_simplepie/parser_simplepie.module This function simplifies a raw feed item.
parser_simplepie_uninstall parser_simplepie/parser_simplepie.install Implementation of hook_uninstall().
parser_simplepie_update_1 parser_simplepie/parser_simplepie.install
theme_feedapi_aggregator_block_item feedapi_aggregator/feedapi_aggregator.module Format an individual feed item for display in the block.
theme_feedapi_aggregator_page_item feedapi_aggregator/feedapi_aggregator.module Format an individual feed item for display on the aggregator page.
theme_feedapi_aggregator_summary_item feedapi_aggregator/feedapi_aggregator.module Return a themed item heading for summary pages located at "aggregator/sources" and "aggregator/categories".
views_handler_arg_feed_nid feedapi_node_views/feedapi_node_views.module Pass in a URL argument to find all feed items for a specific feed node id. 1
views_handler_field_feed_parent_title feedapi_node_views/feedapi_node_views.module
views_handler_field_feed_parent_title_nl feedapi_node_views/feedapi_node_views.module
_feedapi_aggregator_delete feedapi_aggregator/feedapi_aggregator.module Delete item and category data
_feedapi_aggregator_expire feedapi_aggregator/feedapi_aggregator.module Check for expired items, pass them to the item_expire function
_feedapi_aggregator_fetch feedapi_aggregator/feedapi_aggregator.module Return all items related to a feed
_feedapi_aggregator_items feedapi_aggregator/feedapi_aggregator.module Helper function for drupal_map_assoc. 1
_feedapi_aggregator_load feedapi_aggregator/feedapi_aggregator.module Load item data into the $feed_item object
_feedapi_aggregator_page_list feedapi_aggregator/feedapi_aggregator.module Prints an aggregator page listing a number of feed items. Various menu callbacks use this function to print their feeds. 3
_feedapi_aggregator_save feedapi_aggregator/feedapi_aggregator.module Save the news item as an aggregator item
_feedapi_aggregator_unique feedapi_aggregator/feedapi_aggregator.module Is this feed item created?
_feedapi_aggregator_update feedapi_aggregator/feedapi_aggregator.module Update news items data
_feedapi_build_feed_object ./feedapi.module Builds feed object ready to be sticked onto node. 4
_feedapi_call_parsers ./feedapi.module Execute the enabled parsers and create an unified output 2
_feedapi_format_settings ./feedapi.module Returns per content type settings ordered by weight and only those that are turned on. 2
_feedapi_get_stat ./feedapi.module Return the type-specific statistics data 1
_feedapi_import_opml_process ./feedapi.module Imports from OPML XML file 1
_feedapi_inherit_do_inherit feedapi_inherit/feedapi_inherit.module Inherit the feed's taxonomy and og data to the given feed item. Todo: split this into a function for taxonomy and another one for og - easier maintainable. 1
_feedapi_insert ./feedapi.module Insert feedapi data to the DB when it's a new for for FeedAPI 2
_feedapi_invoke ./feedapi.module Helper function for feedapi_invoke(). 2
_feedapi_invoke_load ./feedapi.module Helper function for feedapi_invoke(). Load a list of feed items into the feed object from the processors. 1
_feedapi_invoke_purge ./feedapi.module Helper function for feedapi_invoke(). Delete all feed items of a feed. 1
_feedapi_invoke_refresh ./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. 1
_feedapi_node_delete feedapi_node/feedapi_node.module Delete a node which already assigned to a feed item
_feedapi_node_expire feedapi_node/feedapi_node.module Check for expired items, pass them to the item_expire function
_feedapi_node_fetch feedapi_node/feedapi_node.module Construct the basic information (nid, feed_nid) of all feeds into an array.
_feedapi_node_install_type_create feedapi_node/feedapi_node.install 1
_feedapi_node_load feedapi_node/feedapi_node.module Add to the feed item object some data to identify the node assigned
_feedapi_node_node_delete feedapi_node/feedapi_node.module Copy of http://api.drupal.org/api/function/node_delete/6 to avoid permission checking 1
_feedapi_node_save feedapi_node/feedapi_node.module Create a node from the feed item Store the relationship between the node and the feed item 1
_feedapi_node_unique feedapi_node/feedapi_node.module Tell if the feed item was seen before or not at the feed
_feedapi_node_update feedapi_node/feedapi_node.module Update a node which already assigned to a feed item
_feedapi_populate ./feedapi.module Set default value of $form elements if present in $settings. 1
_feedapi_populate_get_setting ./feedapi.module Gets the setting for '#parent' (there must be a more efficent way) 1
_feedapi_sanitize_processors ./feedapi.module Remove non-existing processors from the processors arrays 1
_feedapi_store_settings ./feedapi.module Stores settings per content type or per node. 6
_feedapi_store_stat ./feedapi.module Store statistics information 1
_feedapi_update ./feedapi.module Update feed data of an existing feed 1

Pages

Other projects