Contains filters are case sensitive
Namesort ascending Location Description
update_results_page ./update.php Displays results of the update script with any accompanying errors.
update_resolve_dependencies includes/update.inc Resolves dependencies in a set of module updates, and orders them correctly.
update_requirements modules/update/update.install Implements hook_requirements().
_update_requirement_check modules/update/update.install Fills in the requirements array.
update_refresh modules/update/update.module Refreshes the release data after loading the necessary include file.
_update_refresh modules/update/update.fetch.inc Clears out all the cached available update data and initiates re-fetching.
_update_project_status_sort modules/update/update.module Orders projects based on their status.
update_project_cache modules/update/update.compare.inc Retrieves data from {cache_update} or empties the cache when necessary.
update_process_project_info modules/update/update.compare.inc Determines version and type information for currently installed projects.
_update_process_info_list modules/update/update.compare.inc Populates an array of project data.
_update_process_fetch_task modules/update/update.fetch.inc Processes a task to fetch available update data for a single project.
update_prepare_language includes/update.inc Prepare Backdrop language changes for the bootstrap if needed.
update_prepare_bootstrap includes/update.inc Performs extra steps required to bootstrap when using a Drupal 7 database.
update_parse_xml modules/update/update.fetch.inc Parses the XML of the Backdrop release history info files.
_update_no_data modules/update/update.module Returns a warning message when there is no data about available updates.
update_module_enable includes/update.inc Helper function to install a new module in Backdrop 1.x via hook_update_N().
update_module_add_to_system includes/update.inc Adds modules to the system table in a Backdrop core update.
_update_message_text modules/update/update.module Returns the appropriate message text when site is out of date or not secure.
update_menu modules/update/update.module Implements hook_menu().
update_manual_status modules/update/update.fetch.inc Page callback: Checks for updates and displays the update status report.
update_manager_access modules/update/update.module Access callback: Resolves if the current user can access updater menu items.
update_mail modules/update/update.module Implements hook_mail().
update_is_missing includes/update.inc Determines if a module update is missing or unavailable.
update_install modules/update/update.install Implements hook_install().
update_init modules/update/update.module Implements hook_init().
update_info_page ./update.php Provides an overview of the Backdrop database update.
update_helpful_links ./update.php Provides links to the homepage and administration pages.
update_get_update_list includes/update.inc Returns a list of all the pending database updates.
update_get_update_function_list includes/update.inc Returns an organized list of update functions for a set of modules.
update_get_projects modules/update/update.compare.inc Fetches an array of installed and enabled projects.
update_get_project_name modules/update/update.compare.inc Determines what project a given file object belongs to.
_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_get_cache_multiple modules/update/update.module Returns an array of cache items with a given cache ID prefix.
_update_get_cached_available_releases modules/update/update.module Returns all currently cached data about available releases for all projects.
update_get_available modules/update/update.module Tries to get update information from cache and refreshes it when necessary.
update_form_system_modules_alter modules/update/update.module Implements hook_form_FORM_ID_alter() for system_modules().
update_flush_caches modules/update/update.module Implements hook_flush_caches().
update_fix_requirements includes/update.inc Perform Drupal 7.x to Backdrop 1.x updates that are required for update.php to function properly.
update_fix_compatibility includes/update.inc Disable any items in the {system} table that are not core compatible.
update_finished includes/update.inc Finishes the update process and stores the results for eventual display.
update_filter_project_info modules/update/update.compare.inc Filters the project .info data to only save attributes we need.
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_fetch_data modules/update/update.module Attempts to fetch update data after loading the necessary include file.
_update_fetch_data modules/update/update.fetch.inc Attempts to drain the queue of tasks for release history data to fetch.
update_extra_requirements ./update.php Returns and stores extra requirements that apply during the update process.
update_do_one includes/update.inc Performs one update and stores the results for display on the results page.
update_d7_test_2_update_last_removed modules/simpletest/tests/update_d7_test_2.install Implements hook_update_last_removed().
update_d7_test_2_update_1002 modules/simpletest/tests/update_d7_test_2.install Dummy update_d7_test_2 update 1002.
update_d7_test_2_update_1001 modules/simpletest/tests/update_d7_test_2.install Dummy update_d7_test_2 update 1001.

Pages