| aggregator_admin_edit_category | modules/aggregator.module | Menu callback; displays the category edit form, or saves changes and
redirects to the overview page. |
| aggregator_admin_edit_feed | modules/aggregator.module | Menu callback; displays the feed edit form. |
| aggregator_admin_overview | modules/aggregator.module | Menu callback; displays the aggregator administration page. |
| aggregator_admin_refresh_feed | modules/aggregator.module | Menu callback; refreshes a feed, then redirects to the overview page. |
| aggregator_admin_remove_feed | modules/aggregator.module | Menu callback; removes all items from a feed, then redirects to the overview page. |
| aggregator_block | modules/aggregator.module | Implementation of hook_block(). |
| aggregator_cron | modules/aggregator.module | Implementation of hook_cron(). |
| aggregator_edit | modules/aggregator.module | |
| aggregator_element_data | modules/aggregator.module | Call-back function used by the XML parser. |
| aggregator_element_end | modules/aggregator.module | Call-back function used by the XML parser. |
| aggregator_element_start | modules/aggregator.module | Call-back function used by the XML parser. |
| aggregator_form_category | modules/aggregator.module | |
| aggregator_form_feed | modules/aggregator.module | |
| aggregator_get_category | modules/aggregator.module | |
| aggregator_get_feed | modules/aggregator.module | |
| aggregator_help | modules/aggregator.module | Implementation of hook_help(). |
| aggregator_menu | modules/aggregator.module | Implementation of hook_menu(). |
| aggregator_page_categories | modules/aggregator.module | Menu callback; displays all the categories used by the aggregator. |
| aggregator_page_category | modules/aggregator.module | Menu callback; displays all the items aggregated in a particular category. |
| aggregator_page_last | modules/aggregator.module | Menu callback; displays the most recent items gathered from any feed. |
| aggregator_page_opml | modules/aggregator.module | Menu callback; generates an OPML representation of all feeds. |
| aggregator_page_source | modules/aggregator.module | Menu callback; displays all the items captured from a particular feed. |
| aggregator_page_sources | modules/aggregator.module | Menu callback; displays all the feeds used by the aggregator. |
| aggregator_parse_feed | modules/aggregator.module | |
| aggregator_parse_w3cdtf | modules/aggregator.module | Parse the W3C date/time format, a subset of ISO 8601. PHP date parsing
functions do not handle this format.
See http://www.w3.org/TR/NOTE-datetime for more information.
Originally from MagpieRSS (http://magpierss.sourceforge.net/). |
| aggregator_perm | modules/aggregator.module | Implementation of hook_perm(). |
| aggregator_refresh | modules/aggregator.module | Checks a news feed for new items. |
| aggregator_remove | modules/aggregator.module | |
| aggregator_save_category | modules/aggregator.module | |
| aggregator_save_feed | modules/aggregator.module | |
| aggregator_save_item | modules/aggregator.module | |
| aggregator_settings | modules/aggregator.module | |
| aggregator_view | modules/aggregator.module | |
| archive_block | modules/archive.module | Implementation of hook_block(). |
| archive_calendar | modules/archive.module | Generates a monthly calendar, for display in the archive block. |
| archive_help | modules/archive.module | Implementation of hook_help(). |
| archive_menu | modules/archive.module | Implementation of hook_menu(). |
| archive_page | modules/archive.module | Menu callback; lists all nodes posted on a given date. |
| arg | includes/bootstrap.inc | Return a component of the current Drupal path. |
| array2object | includes/common.inc | Convert an associative array to an anonymous object. |
| array_loop | themes/engines/xtemplate/xtemplate.inc | |
| block_admin | modules/block.module | Menu callback; displays the block overview page. |
| block_admin_configure | modules/block.module | Menu callback; displays the block configuration form. |
| block_admin_display | modules/block.module | Prepare the main block administration form. |
| block_admin_save | modules/block.module | |
| block_block | modules/block.module | Implementation of hook_block(). |
| block_box_add | modules/block.module | Menu callback; displays the block creation form. |
| block_box_delete | modules/block.module | Menu callback; confirm and delete custom blocks. |
| block_box_form | modules/block.module | |
| block_box_get | modules/block.module | |