You are here

Functions in FeedAPI 6

Primary tabs

Namesort descending Location Description Direct uses Strings
feedapi_admin_overview ./feedapi.admin.inc Provide a UI for overviewing the existing feeds 1
feedapi_admin_settings ./feedapi.admin.inc Settings: allowed HTML tags, number of feeds refreshed in one round 1
feedapi_block ./feedapi.module Implementation of hook_block().
feedapi_content_type_submit ./feedapi.module Store per-content-type settings 1
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. 1
feedapi_create_node ./feedapi.module Create a feedapi node programatically. 3
feedapi_cron ./feedapi.module Implementation of hook_cron(). 1
feedapi_cron_time ./feedapi.module Check for time limits in cron processing. 2
feedapi_drush_command ./feedapi.drush.inc Implementation of hook_drush_command().
feedapi_drush_config ./feedapi.drush.inc 1
feedapi_drush_create ./feedapi.drush.inc Creates a feed 1
feedapi_drush_help ./feedapi.drush.inc Implementation of hook_drush_help().
feedapi_drush_parse ./feedapi.drush.inc Invokes the parser and displays the output 1
feedapi_drush_refresh ./feedapi.drush.inc Refreshes a feed. When the feed URL is not enough to exactly define a feed, use the nid 1
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. 14
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 1
feedapi_export_opml ./feedapi.opml.inc 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. 17
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_opml ./feedapi.opml.inc OPML Feed import form, also allows setting defaults to be applied to each feed 1
feedapi_import_opml_submit ./feedapi.opml.inc 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().
feedapi_invoke ./feedapi.module Invoke feedapi API callback functions. 5 1
feedapi_link ./feedapi.module Implementation of hook_link().
feedapi_load_node ./feedapi.module Load node by URL.
feedapi_menu ./feedapi.module Implementation of hook_menu().
feedapi_nodeapi ./feedapi.module Implementation of hook_nodeapi().
feedapi_node_ctools_plugin_api feedapi_node/feedapi_node.module Implementation of hook_ctools_plugin_api().
feedapi_node_feedapi_item feedapi_node/feedapi_node.module Implementation of hook_feedapi_item().
feedapi_node_feedapi_mapper_default feedapi_node/feedapi_node.module Implementation of hook_feedapi_mapper_default(). Provides default mapping for FeedAPI Mapper 2.x
feedapi_node_feedapi_settings_form feedapi_node/feedapi_node.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_node_help feedapi_node/feedapi_node.module Implementation of hook_help().
feedapi_node_install feedapi_node/feedapi_node.install Implementation of hook_install().
feedapi_node_link feedapi_node/feedapi_node.module Implementation of hook_link().
feedapi_node_nodeapi feedapi_node/feedapi_node.module Implementation of hook_nodeapi().
feedapi_node_schema feedapi_node/feedapi_node.install Implementation of hook_schema().
feedapi_node_type ./feedapi.module Implementation of hook_node_type().
feedapi_node_uninstall feedapi_node/feedapi_node.install Implementation of hook_uninstall().
feedapi_node_update_1 feedapi_node/feedapi_node.install
feedapi_node_validate ./feedapi.module Build feed object on validate and submit. See feedapi_form_alter on finding out how it is called (via FormAPI) 1
feedapi_node_views_api feedapi_node/feedapi_node.module Implementation of hook_node_views().

Pages

Other projects