|
update_d7_test_2_update_1001 |
core/modules/simpletest/tests/update_d7_test_2.install |
Dummy update_d7_test_2 update 1001. |
|
update_d7_test_2_update_1002 |
core/modules/simpletest/tests/update_d7_test_2.install |
Dummy update_d7_test_2 update 1002. |
|
update_d7_test_2_update_last_removed |
core/modules/simpletest/tests/update_d7_test_2.install |
Implements hook_update_last_removed(). |
|
update_do_one |
core/includes/update.inc |
Performs one update and stores the results for display on the results page. |
|
update_extra_requirements |
core/update.php |
Returns and stores extra requirements that apply during the update process. |
|
update_fetch_data |
core/modules/update/update.module |
Attempts to fetch update data after loading the necessary include file. |
|
update_fetch_data_batch |
core/modules/update/update.fetch.inc |
Batch callback: Processes a step in batch for fetching available update data. |
|
update_fetch_data_finished |
core/modules/update/update.fetch.inc |
Batch callback: Performs actions when all fetch tasks have been completed. |
|
update_filter_project_info |
core/modules/update/update.compare.inc |
Filters the project .info data to only save attributes we need. |
|
update_finished |
core/includes/update.inc |
Finishes the update process and stores the results for eventual display. |
|
update_fix_compatibility |
core/includes/update.inc |
Disable any items in the {system} table that are not core compatible. |
|
update_fix_requirements |
core/includes/update.inc |
Perform Drupal 7.x to Backdrop 1.x updates that are required for update.php
to function properly. |
|
update_flush_caches |
core/modules/update/update.module |
Implements hook_flush_caches(). |
|
update_form_system_modules_alter |
core/modules/update/update.module |
Implements hook_form_FORM_ID_alter() for system_modules(). |
|
update_get_available |
core/modules/update/update.module |
Tries to get update information from cache and refreshes it when necessary. |
|
update_get_projects |
core/modules/update/update.compare.inc |
Fetches an array of installed and enabled projects. |
|
update_get_project_name |
core/modules/update/update.compare.inc |
Determines what project a given file object belongs to. |
|
update_get_update_count |
core/includes/update.inc |
Returns a count of all the pending site updates. |
|
update_get_update_function_list |
core/includes/update.inc |
Returns an organized list of update functions for a set of modules. |
|
update_get_update_list |
core/includes/update.inc |
Returns a list of all the pending site updates. |
|
update_helpful_links |
core/update.php |
Provides links to the homepage and administration pages. |
|
update_info_page |
core/update.php |
Provides an overview of the Backdrop site update. |
|
update_install |
core/modules/update/update.install |
Implements hook_install(). |
|
update_is_missing |
core/includes/update.inc |
Determines if a module update is missing or unavailable. |
|
update_mail |
core/modules/update/update.module |
Implements hook_mail(). |
|
update_manager_access |
core/modules/update/update.module |
Access callback: Resolves if the current user can access updater menu items. |
|
update_manual_status |
core/modules/update/update.fetch.inc |
Page callback: Checks for updates and displays the update status report. |
|
update_menu |
core/modules/update/update.module |
Implements hook_menu(). |
|
update_module_add_to_system |
core/includes/update.inc |
Adds modules to the system table in a Backdrop core update. |
|
update_module_enable |
core/includes/update.inc |
Helper function to install a new module in Backdrop 1.x via hook_update_N(). |
|
update_parse_xml |
core/modules/update/update.fetch.inc |
Parses the XML of the Backdrop release history info files. |
|
update_prepare_bootstrap |
core/includes/update.inc |
Performs extra steps required to bootstrap when using a Drupal 7 database. |
|
update_prepare_language |
core/includes/update.inc |
Prepare Backdrop language changes for the bootstrap if needed. |
|
update_process_project_info |
core/modules/update/update.compare.inc |
Determines version and type information for currently installed projects. |
|
update_project_cache |
core/modules/update/update.compare.inc |
Retrieves data from {cache_update} or empties the cache when necessary. |
|
update_refresh |
core/modules/update/update.module |
Refreshes the release data after loading the necessary include file. |
|
update_requirements |
core/modules/update/update.install |
Implements hook_requirements(). |
|
update_resolve_dependencies |
core/includes/update.inc |
Resolves dependencies in a set of module updates, and orders them correctly. |
|
update_results_page |
core/update.php |
Displays results of the update script with any accompanying errors. |
|
update_retrieve_dependencies |
core/includes/update.inc |
Invokes hook_update_dependencies() in all installed modules. |
|
update_schema |
core/modules/update/update.install |
Implements hook_schema(). |
|
update_script_selection_form |
core/update.php |
Form constructor for the list of available database module updates. |
|
update_script_test_flush_caches |
core/modules/simpletest/tests/update_script_test.module |
Implements hook_flush_caches(). |
|
update_script_test_requirements |
core/modules/simpletest/tests/update_script_test.install |
Implements hook_requirements(). |
|
update_script_test_update_1000 |
core/modules/simpletest/tests/update_script_test.install |
Dummy update function to run during the tests. |
|
update_selection_page |
core/update.php |
Renders form with a list of available site updates. |
|
update_settings |
core/modules/update/update.admin.inc |
Form constructor for the update settings form. |
|
update_settings_submit |
core/modules/update/update.admin.inc |
Form submission handler for update_settings(). |
|
update_settings_validate |
core/modules/update/update.admin.inc |
Form validation handler for update_settings(). |
|
update_status |
core/modules/update/update.report.inc |
Page callback: Generates a page about the update status of projects. |