You are here

Functions in FeedAPI 5

Primary tabs

Namesort descending Location Description Direct uses Strings
feedapi_admin_overview ./feedapi.module Provide a UI for overviewing the existing feeds 1
feedapi_admin_settings ./feedapi.module Settings: allowed HTML tags, number of feeds refreshed in one round 1
feedapi_aggregator_admin_settings feedapi_aggregator/feedapi_aggregator.module Settins page 1
feedapi_aggregator_block feedapi_aggregator/feedapi_aggregator.module Implementation of hook_block().
feedapi_aggregator_category_view feedapi_aggregator/feedapi_aggregator.module Provide a UI for category management 1
feedapi_aggregator_feedapi_after_settings feedapi_aggregator/feedapi_aggregator.module Implementation of hook_feedapi_after_settings(). Store per-feed categorizing
feedapi_aggregator_feedapi_item feedapi_aggregator/feedapi_aggregator.module Implementation of hook_feedapi_item().
feedapi_aggregator_feedapi_settings_form feedapi_aggregator/feedapi_aggregator.module Implementation of hook_feedapi_settings_form(). If a module provides parsers and processors it MUST evaluate the $type variable to return different forms for parsers and processors. There might be a better term for parsers and processors than $type.
feedapi_aggregator_form_category feedapi_aggregator/feedapi_aggregator.module Generate a form to add/edit/delete aggregator categories. 1
feedapi_aggregator_form_category_submit feedapi_aggregator/feedapi_aggregator.module Process feedapi_aggregator_form_category form submissions. @todo Add delete confirmation dialog.
feedapi_aggregator_form_category_validate feedapi_aggregator/feedapi_aggregator.module Validate feedapi_aggregator_form_feed form submissions.
feedapi_aggregator_get_category feedapi_aggregator/feedapi_aggregator.module 1
feedapi_aggregator_help feedapi_aggregator/feedapi_aggregator.module Implementation of hook_help().
feedapi_aggregator_install feedapi_aggregator/feedapi_aggregator.install Implementation of hook_install().
feedapi_aggregator_link feedapi_aggregator/feedapi_aggregator.module Implementation of hook_link().
feedapi_aggregator_menu feedapi_aggregator/feedapi_aggregator.module Implementation of hook_menu().
feedapi_aggregator_nodeapi feedapi_aggregator/feedapi_aggregator.module Implementation of hook_nodeapi().
feedapi_aggregator_page_categories feedapi_aggregator/feedapi_aggregator.module Menu callback; displays all the categories used by the aggregator. 1
feedapi_aggregator_page_category feedapi_aggregator/feedapi_aggregator.module Menu callback; displays all the items aggregated in a particular category. 1
feedapi_aggregator_page_last feedapi_aggregator/feedapi_aggregator.module Menu callback; displays the most recent items gathered from any feed. 1
feedapi_aggregator_page_list feedapi_aggregator/feedapi_aggregator.module Show the list of the feed items 1
feedapi_aggregator_page_rss feedapi_aggregator/feedapi_aggregator.module Menu callback; generate an RSS 0.92 feed of aggregator items or categories. 1
feedapi_aggregator_page_source feedapi_aggregator/feedapi_aggregator.module Menu callback; displays all the items captured from a particular feed. 1
feedapi_aggregator_page_sources feedapi_aggregator/feedapi_aggregator.module Menu callback; displays all the feeds used by the aggregator. 1
feedapi_aggregator_page_source_submit feedapi_aggregator/feedapi_aggregator.module Store the per-item categorization
feedapi_aggregator_perm feedapi_aggregator/feedapi_aggregator.module Implementation of hook_perm().
feedapi_aggregator_save_category feedapi_aggregator/feedapi_aggregator.module Add/edit/delete aggregator categories. 1
feedapi_aggregator_uninstall feedapi_aggregator/feedapi_aggregator.install Implementation of hook_uninstall().
feedapi_block ./feedapi.module Implementation of hook_block().
feedapi_content_type_validate ./feedapi.module Prevent users to use the same weight for two or more parsers and processors because FeedAPI cannot handle this. And this is not neccessary too.
feedapi_create_node ./feedapi.module Create a feedapi node programatically. 2
feedapi_cron ./feedapi.module Implementation of hook_cron(). 1
feedapi_cron_time ./feedapi.module Check for time limits in cron processing. 2
feedapi_enabled_type ./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. 9
feedapi_expire ./feedapi.module Delete expired items and return informations about the feed refreshing 1
feedapi_expire_item ./feedapi.module Callback for expired items. Does the actual deleting 2
feedapi_export_opml ./feedapi.module Generates an OPML representation of all feeds. 1
feedapi_feedapi_settings_form ./feedapi.module Implementation of hook_feedapi_settings_form().
feedapi_form_alter ./feedapi.module Implementation of hook_form_alter().
feedapi_get_natural_name ./feedapi.module Get the module-defined natural name of FeedAPI parser or processor Define this name in hook_help(): 1
feedapi_get_settings ./feedapi.module Retrieve settings per content type or per node. 11
feedapi_get_types ./feedapi.module Return a list of FeedAPI-enabled content-types list, ready-to-use for #options at FormsAPI 3
feedapi_help ./feedapi.module Implementation of hook_help().
feedapi_import_feeds_form ./feedapi.module OPML Feed import form, also allows setting defaults to be applied to each feed 1
feedapi_import_feeds_form_submit ./feedapi.module Handle the submission of the OPML import form
feedapi_inherit_feedapi_item feedapi_inherit/feedapi_inherit.module Implementation of hook_feedapi_item(). Do nothing here, this function only makes us a feedapi processor, which means that we can be enabled/disabled on a per node type basis.
feedapi_inherit_feedapi_settings_form feedapi_inherit/feedapi_inherit.module Implementation of hook_feedapi_settings_form(). If a module provides parsers and processors it MUST evaluate the $type variable to return different forms for parsers and processors. There might be a better term for parsers and processors than $type.
feedapi_inherit_help feedapi_inherit/feedapi_inherit.module Implementation of hook_help().
feedapi_inherit_nodeapi feedapi_inherit/feedapi_inherit.module Implementation of hook_nodeapi().
feedapi_install ./feedapi.install Implementation of hook_install().

Pages

Other projects