Version 1.445 (checked in on 2011/01/13 at 00:38:46 by dries)
Used to aggregate syndicated content (RSS, RDF, and Atom).
| Name | Description |
|---|---|
| aggregator_block_configure | Implements hook_block_configure(). |
| aggregator_block_info | Implements hook_block_info(). |
| aggregator_block_save | Implements hook_block_save(). |
| aggregator_block_view | Implements hook_block_view(). |
| aggregator_category_load | Load an aggregator category. |
| aggregator_cron | Implements hook_cron(). |
| aggregator_cron_queue_info | Implements hook_cron_queue_info(). |
| aggregator_feed_load | Load an aggregator feed. |
| aggregator_filter_xss | Safely render HTML content, as allowed. |
| aggregator_help | Implements hook_help(). |
| aggregator_menu | Implements hook_menu(). |
| aggregator_permission | Implements hook_permission(). |
| aggregator_refresh | Checks a news feed for new items. |
| aggregator_remove | Removes all items from a feed. |
| aggregator_sanitize_configuration | Check and sanitize aggregator configuration. |
| aggregator_save_category | Add/edit/delete aggregator categories. |
| aggregator_save_feed | Add/edit/delete an aggregator feed. |
| aggregator_theme | Implements hook_theme(). |
| theme_aggregator_block_item | Returns HTML for an individual feed item for display in the block. |
| _aggregator_category_title | Title callback for aggregatory category pages. |
| _aggregator_get_variables | |
| _aggregator_has_categories | Find out whether there are any aggregator categories. |
| _aggregator_items | Helper function for drupal_map_assoc. |
| Name | Description |
|---|---|
| AGGREGATOR_CLEAR_NEVER | Denotes that a feed's items should never expire. |