aggregator_refresh
Functions that call aggregator_refresh()
| Name | Location | Description |
|---|---|---|
| aggregator_admin_refresh_feed | modules/aggregator.module | Menu callback; refreshes a feed, then redirects to the overview page. |
| aggregator_cron | modules/aggregator.module | Implementation of hook_cron(). |
| aggregator_refresh | modules/aggregator.module | Checks a news feed for new items. |
Functions called by aggregator_refresh()
| Name | Location | Description |
|---|---|---|
| aggregator_parse_feed | modules/aggregator.module | |
| aggregator_refresh | modules/aggregator.module | Checks a news feed for new items. |
| cache_clear_all | includes/bootstrap.inc | Expire data from the cache. |
| db_query | includes/database.inc | Runs a basic query in the active database. |
| drupal_http_request | includes/common.inc | Perform an HTTP request. |
| drupal_set_message | includes/bootstrap.inc | Set a message for the user to see. |
| t | includes/common.inc | Translate strings to the current locale. |
| theme | includes/theme.inc | Generate the themed representation of a Drupal object. |
| watchdog | includes/bootstrap.inc | Log a system message. |
