On this page
update.fetch.inc
Code required only when fetching information about available updates.
File
modules/update/update.fetch.incFunctions
| Name | Description |
|---|---|
| update_fetch_data_batch | Implements callback_batch_operation(). |
| update_fetch_data_finished | Implements callback_batch_finished(). |
| update_manual_status | Page callback: Checks for updates and displays the update status report. |
| update_parse_xml | Parses the XML of the Drupal release history info files. |
| _update_build_fetch_url | Generates the URL to fetch information about project updates. |
| _update_create_fetch_task | Adds a task to the queue for fetching release history data for a project. |
| _update_cron_notify | Performs any notifications that should be done once cron fetches new data. |
| _update_fetch_data | Attempts to drain the queue of tasks for release history data to fetch. |
| _update_get_fetch_url_base | Returns the base of the URL to fetch available update data for a project. |
| _update_process_fetch_task | Processes a task to fetch available update data for a single project. |
| _update_refresh | Clears out all the cached available update data and initiates re-fetching. |
© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/modules!update!update.fetch.inc/7.x