UpdateTestContribCase::testUpdateAdminThemeSecurityUpdate |
core/modules/update/tests/update.test |
Tests that the admin theme is always notified about security updates. |
UpdateTestContribCase::testUpdateBaseThemeSecurityUpdate |
core/modules/update/tests/update.test |
Tests that subthemes are notified about security updates for base themes. |
UpdateTestContribCase::testUpdateBrokenFetchURL |
core/modules/update/tests/update.test |
Makes sure that if we fetch from a broken URL, sane things happen. |
UpdateTestContribCase::testUpdateContribBasic |
core/modules/update/tests/update.test |
Tests the basic functionality of a contrib module on the status report. |
UpdateTestContribCase::testUpdateContribOrder |
core/modules/update/tests/update.test |
Tests that contrib projects are ordered by project name. |
UpdateTestContribCase::testUpdateShowDisabledThemes |
core/modules/update/tests/update.test |
Tests that disabled themes are only shown when desired. |
UpdateTestFileTransfer::factory |
core/modules/update/tests/update_test/update_test.module |
Returns an UpdateTestFileTransfer object. |
UpdateTestFileTransfer::getSettingsForm |
core/modules/update/tests/update_test/update_test.module |
Returns a settings form with a text field to input a username. |
UpdateTestHelper::assertStandardTests |
core/modules/update/tests/update.test |
Runs a series of assertions that are applicable to all update statuses. |
UpdateTestHelper::refreshUpdateStatus |
core/modules/update/tests/update.test |
Refreshes the update status based on the desired available update scenario. |
update_access_allowed |
core/update.php |
Determines if the current user is allowed to run update.php. |
update_access_denied_page |
core/update.php |
Renders a 403 access denied page for update.php. |
update_admin_bar_cache_info |
core/modules/update/update.module |
Implements hook_admin_bar_cache_info(). |
update_already_performed |
core/includes/update.inc |
Determines if a module update has already been performed. |
update_batch |
core/includes/update.inc |
Starts the site update batch process. |
update_build_dependency_graph |
core/includes/update.inc |
Constructs a graph which encodes the dependencies between module updates. |
update_cache_clear_submit |
core/modules/update/update.module |
Form submission handler for system_modules(). |
update_calculate_project_data |
core/modules/update/update.compare.inc |
Calculates the current update status of all projects on the site. |
update_calculate_project_update_status |
core/modules/update/update.compare.inc |
Calculates the current update status of a specific project. |
update_callback_service_unavailable |
core/modules/update/tests/update_test/update_test.module |
Page callback: Displays an Error 503 (Service unavailable) page. |
update_check_incompatibility |
core/includes/update.inc |
Tests the compatibility of a module or theme. |
update_check_requirements |
core/update.php |
Checks update requirements and reports errors and (optionally) warnings. |
update_config_info |
core/modules/update/update.module |
Implements hook_config_info(). |
update_create_fetch_task |
core/modules/update/update.module |
Creates a new fetch task after loading the necessary include file. |
update_cron |
core/modules/update/update.module |
Implements hook_cron(). |
update_d7_test_1_update_1000 |
core/modules/simpletest/tests/update_d7_test_1.install |
Dummy update_d7_test_1 update 1000. |
update_d7_test_1_update_1001 |
core/modules/simpletest/tests/update_d7_test_1.install |
Dummy update_d7_test_1 update 1001. |
update_d7_test_1_update_1002 |
core/modules/simpletest/tests/update_d7_test_1.install |
Dummy update_d7_test_1 update 1002. |
update_d7_test_1_update_1003 |
core/modules/simpletest/tests/update_d7_test_1.install |
Dummy update_d7_test_1 update 1003. |
update_d7_test_1_update_7000 |
core/modules/simpletest/tests/update_d7_test_1.install |
Dummy update_d7_test_1 update 7000. |
update_d7_test_1_update_7001 |
core/modules/simpletest/tests/update_d7_test_1.install |
Dummy update_d7_test_1 update 7001. |
update_d7_test_1_update_7002 |
core/modules/simpletest/tests/update_d7_test_1.install |
Dummy update_d7_test_1 update 7002. |
update_d7_test_2_update_1000 |
core/modules/simpletest/tests/update_d7_test_2.install |
Dummy update_d7_test_2 update 1000. |
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. |