| feedapi_block | Implementation of hook_block(). |
| feedapi_content_type_submit | Store per-content-type settings |
| feedapi_content_type_validate | 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 | Create a feedapi node programatically. |
| feedapi_cron | Implementation of hook_cron(). |
| feedapi_cron_time | Check for time limits in cron processing. |
| feedapi_enabled_type | 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 | Delete expired items and return informations about the feed refreshing |
| feedapi_expire_item | Callback for expired items. Does the actual deleting |
| feedapi_feedapi_settings_form | Implementation of hook_feedapi_settings_form(). |
| feedapi_form_alter | Implementation of hook_form_alter(). |
| feedapi_get_natural_name | Get the module-defined natural name of FeedAPI parser or processor
Define this name in hook_help(): |
| feedapi_get_settings | Retrieve settings per content type or per node. |
| feedapi_get_types | Return a list of FeedAPI-enabled content-types list, ready-to-use for #options at FormsAPI |
| feedapi_help | Implementation of hook_help(). |
| feedapi_invoke | Invoke feedapi API callback functions. |
| feedapi_link | Implementation of hook_link(). |
| feedapi_load_node | Load node by URL. |
| feedapi_menu | Implementation of hook_menu(). |
| feedapi_nodeapi | Implementation of hook_nodeapi(). |
| feedapi_node_type | Implementation of hook_node_type(). |
| feedapi_node_validate | Build feed object on validate and submit.
See feedapi_form_alter on finding out how it is called (via FormAPI) |
| feedapi_perm | Implementation of hook_perm(). |
| feedapi_purge_confirm | Ask for confirmation before deleting all the items |
| feedapi_purge_confirm_submit | Submitted items purging form. Drop all the items. |
| feedapi_refresh | Refresh a feed node (= run enabled processors on it). |
| feedapi_simplified_form | This is shown instead of normal node form when the simplified form is chosen at the settings |
| feedapi_simplified_form_submit | Create the node object and save |
| feedapi_simplified_form_validate | Validates simplified form. |
| feedapi_theme | Implementation of hook_theme(). |
| feedapi_views_api | Implementation of hook_node_views(). |
| _feedapi_build_feed_object | Builds feed object ready to be sticked onto node. |
| _feedapi_call_parsers | Execute the enabled parsers and create an unified output |
| _feedapi_format_settings | Returns per content type settings ordered by weight
and only those that are turned on. |
| _feedapi_get_stat | Return the type-specific statistics data |
| _feedapi_insert | Insert feedapi data to the DB when it's a new for for FeedAPI |
| _feedapi_invoke | Helper function for feedapi_invoke(). |
| _feedapi_invoke_purge | Helper function for feedapi_invoke().
Delete all feed items of a feed. |
| _feedapi_invoke_refresh | 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_op_access | |
| _feedapi_populate | Set default value of $form elements if present in $settings. |
| _feedapi_populate_get_setting | Gets the setting for '#parent'
(there must be a more efficent way) |
| _feedapi_process_text | Filter texts from parsers |
| _feedapi_sanitize_processors | Remove non-existing processors from the processors arrays |
| _feedapi_store_settings | Stores settings per content type or per node. |
| _feedapi_store_stat | Store statistics information |
| _feedapi_update | Update feed data of an existing feed |
| _feedapi_update_rate | Calculate the average between-update time |