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. |
update_task_list |
core/update.php |
Adds the update task list to the current page. |
update_test_1_update_1000 |
core/modules/simpletest/tests/update_test_1.install |
Dummy update_test_1 update 1000. |
update_test_1_update_1001 |
core/modules/simpletest/tests/update_test_1.install |
Dummy update_test_1 update 8001. |
update_test_1_update_1002 |
core/modules/simpletest/tests/update_test_1.install |
Dummy update_test_1 update 8002. |
update_test_1_update_dependencies |
core/modules/simpletest/tests/update_test_1.install |
Implements hook_update_dependencies(). |
update_test_2_update_1000 |
core/modules/simpletest/tests/update_test_2.install |
Dummy update_test_2 update 1000. |
update_test_2_update_1001 |
core/modules/simpletest/tests/update_test_2.install |
Dummy update_test_2 update 1001. |
update_test_2_update_1002 |
core/modules/simpletest/tests/update_test_2.install |
Dummy update_test_2 update 1002. |
update_test_2_update_dependencies |
core/modules/simpletest/tests/update_test_2.install |
Implements hook_update_dependencies(). |
update_test_3_update_1000 |
core/modules/simpletest/tests/update_test_3.install |
Dummy update_test_3 update 1000. |
update_test_3_update_dependencies |
core/modules/simpletest/tests/update_test_3.install |
Implements hook_update_dependencies(). |
update_test_archiver_info |
core/modules/update/tests/update_test/update_test.module |
Implements hook_archiver_info(). |
update_test_filetransfer_info |
core/modules/update/tests/update_test/update_test.module |
Implements hook_filetransfer_info(). |
update_test_menu |
core/modules/update/tests/update_test/update_test.module |
Implements hook_menu(). |
update_test_mock_page |
core/modules/update/tests/update_test/update_test.module |
Page callback: Prints mock XML for the Update Manager module. |
update_test_system_info_alter |
core/modules/update/tests/update_test/update_test.module |
Implements hook_system_info_alter(). |
update_test_system_theme_info |
core/modules/update/tests/update_test/update_test.module |
Implements hook_system_theme_info(). |
update_test_update_status_alter |
core/modules/update/tests/update_test/update_test.module |
Implements hook_update_status_alter(). |
update_theme |
core/modules/update/update.module |
Implements hook_theme(). |
update_themes_disabled |
core/modules/update/update.module |
Implements hook_themes_disabled(). |
update_themes_enabled |
core/modules/update/update.module |
Implements hook_themes_enabled(). |
update_uninstall |
core/modules/update/update.install |
Implements hook_uninstall(). |
update_update_1000 |
core/modules/update/update.install |
Moves update settings from variables to config. |
update_update_1001 |
core/modules/update/update.install |
Add config default value for "update_not_implemented_url". |
update_update_1002 |
core/modules/update/update.install |
Enable static caching for update settings configuration file. |
update_update_1003 |
core/modules/update/update.install |
Removes the testing-only values from the update.settings config. |
update_update_1004 |
core/modules/update/update.install |
Fix wrong default value for update_threshold setting. |
update_update_1005 |
core/modules/update/update.install |
Check for a faulty installer.settings.json and fix it or remove it if needed. |
update_upgrade_check_dependencies |
core/includes/update.inc |
Checks for disabled dependencies during a Drupal 7 upgrade. |
update_upgrade_enable_dependencies |
core/includes/update.inc |
Enables needed dependencies. |
update_upgrade_modules_to_enable |
core/includes/update.inc |
Finds out which modules need to be enabled. |