| includes/ form.inc | Retrieve the current batch. |
| actions_actions_map | includes/ actions.inc | Create an associative array keyed by md5 hashes of function names. |
| actions_delete | includes/ actions.inc | Delete a single action from the database. |
| actions_do | includes/ actions.inc | Perform a given list of actions by executing their callback functions. |
| actions_function_lookup | includes/ actions.inc | Given an md5 hash of a function name, return the function name. |
| actions_get_all_actions | includes/ actions.inc | Retrieve all action instances from the database. |
| actions_list | includes/ actions.inc | Discover all action functions by invoking hook_action_info(). |
| actions_load | includes/ actions.inc | Retrieve a single action from the database. |
| actions_save | includes/ actions.inc | Save an action and its associated user-supplied parameter values to the database. |
| actions_synchronize | includes/ actions.inc | Synchronize actions that are provided by modules. |
| aggregator_admin_overview | modules/ aggregator/ aggregator.admin.inc | Menu callback; displays the aggregator administration page. |
| aggregator_admin_refresh_feed | modules/ aggregator/ aggregator.admin.inc | Menu callback; refreshes a feed, then redirects to the overview page. |
| aggregator_admin_remove_feed | modules/ aggregator/ aggregator.admin.inc | |
| aggregator_admin_remove_feed_submit | modules/ aggregator/ aggregator.admin.inc | Remove all items from a feed and redirect to the overview page. |
| aggregator_admin_settings | modules/ aggregator/ aggregator.admin.inc | Form builder; Configure the aggregator system.
See alsosystem_settings_form() |
| aggregator_block | modules/ aggregator/ aggregator.module | Implementation of hook_block(). |
| aggregator_categorize_items | modules/ aggregator/ aggregator.pages.inc | Form builder; build the page list form. |
| aggregator_categorize_items_submit | modules/ aggregator/ aggregator.pages.inc | Process aggregator_categorize_items() form submissions. |
| aggregator_categorize_items_validate | modules/ aggregator/ aggregator.pages.inc | Validate aggregator_categorize_items() form submissions. |
| aggregator_category_load | modules/ aggregator/ aggregator.module | Load an aggregator category. |
| aggregator_cron | modules/ aggregator/ aggregator.module | Implementation of hook_cron(). |
| aggregator_element_data | modules/ aggregator/ aggregator.module | Callback function used by the XML parser. |
| aggregator_element_end | modules/ aggregator/ aggregator.module | Call-back function used by the XML parser. |
| aggregator_element_start | modules/ aggregator/ aggregator.module | Callback function used by the XML parser. |
| aggregator_feed_items_load | modules/ aggregator/ aggregator.pages.inc | Load feed items by passing a SQL query. |
| aggregator_feed_load | modules/ aggregator/ aggregator.module | Load an aggregator feed. |
| aggregator_filter_xss | modules/ aggregator/ aggregator.module | Safely render HTML content, as allowed. |
| aggregator_form_category | modules/ aggregator/ aggregator.admin.inc | Form builder; Generate a form to add/edit/delete aggregator categories.
See alsoaggregator_form_category_validate() |
| aggregator_form_category_submit | modules/ aggregator/ aggregator.admin.inc | Process aggregator_form_category form submissions. |
| aggregator_form_category_validate | modules/ aggregator/ aggregator.admin.inc | Validate aggregator_form_feed form submissions. |
| aggregator_form_feed | modules/ aggregator/ aggregator.admin.inc | Form builder; Generate a form to add/edit feed sources.
See alsoaggregator_form_feed_validate() |
| aggregator_form_feed_submit | modules/ aggregator/ aggregator.admin.inc | Process aggregator_form_feed() form submissions. |
| aggregator_form_feed_validate | modules/ aggregator/ aggregator.admin.inc | Validate aggregator_form_feed() form submissions. |
| aggregator_help | modules/ aggregator/ aggregator.module | Implementation of hook_help(). |
| aggregator_init | modules/ aggregator/ aggregator.module | Implementation of hook_init(). |
| aggregator_install | modules/ aggregator/ aggregator.install | Implementation of hook_install(). |
| aggregator_menu | modules/ aggregator/ aggregator.module | Implementation of hook_menu(). |
| aggregator_page_categories | modules/ aggregator/ aggregator.pages.inc | Menu callback; displays all the categories used by the aggregator. |
| aggregator_page_category | modules/ aggregator/ aggregator.pages.inc | Menu callback; displays all the items aggregated in a particular category. |
| aggregator_page_last | modules/ aggregator/ aggregator.pages.inc | Menu callback; displays the most recent items gathered from any feed. |
| aggregator_page_opml | modules/ aggregator/ aggregator.pages.inc | Menu callback; generates an OPML representation of all feeds. |
| aggregator_page_rss | modules/ aggregator/ aggregator.pages.inc | Menu callback; generate an RSS 0.92 feed of aggregator items or categories. |
| aggregator_page_source | modules/ aggregator/ aggregator.pages.inc | Menu callback; displays all the items captured from a particular feed. |
| aggregator_page_sources | modules/ aggregator/ aggregator.pages.inc | Menu callback; displays all the feeds used by the aggregator. |
| aggregator_parse_feed | modules/ aggregator/ aggregator.module | Parse a feed and store its items. |
| aggregator_parse_w3cdtf | modules/ aggregator/ aggregator.module | Parse the W3C date/time format, a subset of ISO 8601. |
| aggregator_perm | modules/ aggregator/ aggregator.module | Implementation of hook_perm(). |
| aggregator_refresh | modules/ aggregator/ aggregator.module | Checks a news feed for new items. |
| aggregator_remove | modules/ aggregator/ aggregator.module | Removes all items from a feed. |
| aggregator_save_category | modules/ aggregator/ aggregator.module | Add/edit/delete aggregator categories. |