Contains filters are case sensitive
Name Locationsort descending Description
_update_build_fetch_url modules/update/update.fetch.inc Generates the URL to fetch information about project updates.
_update_refresh modules/update/update.fetch.inc Clears out all the cached available update data and initiates re-fetching.
_update_process_fetch_task modules/update/update.fetch.inc Processes a task to fetch available update data for a single project.
_update_get_fetch_url_base modules/update/update.fetch.inc Returns the base of the URL to fetch available update data for a project.
_update_cron_notify modules/update/update.fetch.inc Performs any notifications that should be done once cron fetches new data.
update_parse_xml modules/update/update.fetch.inc Parses the XML of the Backdrop release history info files.
update_manual_status modules/update/update.fetch.inc Page callback: Checks for updates and displays the update status report.
_update_fetch_data modules/update/update.fetch.inc Attempts to drain the queue of tasks for release history data to fetch.
update_fetch_data_finished modules/update/update.fetch.inc Batch callback: Performs actions when all fetch tasks have been completed.
update_fetch_data_batch modules/update/update.fetch.inc Batch callback: Processes a step in batch for fetching available update data.
_update_create_fetch_task modules/update/update.fetch.inc Adds a task to the queue for fetching release history data for a project.
update_update_1004 modules/update/update.install Fix wrong default value for update_threshold setting.
update_update_1003 modules/update/update.install Removes the testing-only values from the update.settings config.
update_update_1002 modules/update/update.install Enable static caching for update settings configuration file.
update_update_1001 modules/update/update.install Add config default value for "update_not_implemented_url".
_update_requirement_check modules/update/update.install Fills in the requirements array.
update_uninstall modules/update/update.install Implements hook_uninstall().
update_install modules/update/update.install Implements hook_install().
update_schema modules/update/update.install Implements hook_schema().
update_requirements modules/update/update.install Implements hook_requirements().
update_update_1000 modules/update/update.install Moves update settings from variables to config.
update_init modules/update/update.module Implements hook_init().
update_config_info modules/update/update.module Implements hook_config_info().
update_admin_bar_cache_info modules/update/update.module Implements hook_admin_bar_cache_info().
update_flush_caches modules/update/update.module Implements hook_flush_caches().
_update_cache_clear modules/update/update.module Invalidates cached data relating to update status.
_update_get_cache_multiple modules/update/update.module Returns an array of cache items with a given cache ID prefix.
_update_cache_get modules/update/update.module Retrieves data from the private update status cache table.
_update_cache_set modules/update/update.module Stores data in the private update status cache table.
_update_project_status_sort modules/update/update.module Orders projects based on their status.
_update_message_text modules/update/update.module Returns the appropriate message text when site is out of date or not secure.
update_mail modules/update/update.module Implements hook_mail().
_update_get_cached_available_releases modules/update/update.module Returns all currently cached data about available releases for all projects.
update_fetch_data modules/update/update.module Attempts to fetch update data after loading the necessary include file.
update_refresh modules/update/update.module Refreshes the release data after loading the necessary include file.
update_create_fetch_task modules/update/update.module Creates a new fetch task after loading the necessary include file.
update_get_available modules/update/update.module Tries to get update information from cache and refreshes it when necessary.
_update_checking_enabled modules/update/update.module Check if update checking should make HTTP requests to the update server.
_update_no_data modules/update/update.module Returns a warning message when there is no data about available updates.
update_cache_clear_submit modules/update/update.module Form submission handler for system_modules().
update_form_system_modules_alter modules/update/update.module Implements hook_form_FORM_ID_alter() for system_modules().
update_themes_disabled modules/update/update.module Implements hook_themes_disabled().
update_themes_enabled modules/update/update.module Implements hook_themes_enabled().
update_cron modules/update/update.module Implements hook_cron().
update_theme modules/update/update.module Implements hook_theme().
update_manager_access modules/update/update.module Access callback: Resolves if the current user can access updater menu items.
update_menu modules/update/update.module Implements hook_menu().
update_status modules/update/update.report.inc Page callback: Generates a page about the update status of projects.
theme_update_report modules/update/update.theme.inc Returns HTML for the project status report.
theme_update_manager_update_form modules/update/update.theme.inc Returns HTML for the first page in the process of updating projects.

Pages