update_prepare_bootstrap |
function |
core/includes/update.inc |
Performs extra steps required to bootstrap when using a Drupal 7 database. |
LayoutUpdater::canUpdate |
function |
core/modules/system/system.updater.inc |
|
file_update_dependencies |
function |
core/modules/file/file.install |
Implements hook_update_dependencies(). |
ModuleUpdater::canUpdate |
function |
core/modules/system/system.updater.inc |
|
Installer module: update |
group |
core/modules/installer/installer.manager.inc |
Installer module functionality for updating existing code. |
update_already_performed |
function |
core/includes/update.inc |
Determines if a module update has already been performed. |
date_update_last_removed |
function |
core/modules/date/date.install |
Implements hook_update_last_removed(). |
menu_update_dependencies |
function |
core/modules/menu/menu.install |
Implements hook_update_dependencies(). |
update_test_archiver_info |
function |
core/modules/update/tests/update_test/update_test.module |
Implements hook_archiver_info(). |
batch_example_update_1100 |
function |
modules/examples/batch_example/batch_example.install |
Example of batch-driven update function. |
_update_process_info_list |
function |
core/modules/update/update.compare.inc |
Populates an array of project data. |
update_script_test.module |
file |
core/modules/simpletest/tests/update_script_test.module |
This file provides testing functionality for update.php. |
MergeQuery::STATUS_UPDATE |
constant |
core/includes/database/query.inc |
Returned by execute() if an UPDATE query has been executed. |
DatabaseUpdateLOBTestCase |
class |
core/modules/simpletest/tests/database_test.test |
Test update queries involving LOB values. |
MergeQuery::$updateFields |
property |
core/includes/database/query.inc |
An array of fields that will be updated. |
UpdateCoreTestCase::setUp |
function |
core/modules/update/tests/update.test |
Sets up a Backdrop site for running functional and integration tests. |
_update_create_fetch_task |
function |
core/modules/update/update.fetch.inc |
Adds a task to the queue for fetching release history data for a project. |
comment_node_update_index |
function |
core/modules/comment/comment.module |
Implements hook_node_update_index(). |
hook_filter_format_update |
function |
core/modules/filter/filter.api.php |
Perform actions when a text format has been updated. |
text_filter_format_update |
function |
core/modules/field/modules/text/text.module |
Implements hook_filter_format_update(). |
update_cache_clear_submit |
function |
core/modules/update/update.module |
Form submission handler for system_modules(). |
block_update_dependencies |
function |
core/modules/block/block.install |
Implements hook_update_dependencies(). |
update_test_1_update_1000 |
function |
core/modules/simpletest/tests/update_test_1.install |
Dummy update_test_1 update 1000. |
update_test_1_update_1001 |
function |
core/modules/simpletest/tests/update_test_1.install |
Dummy update_test_1 update 8001. |
update_test_1_update_1002 |
function |
core/modules/simpletest/tests/update_test_1.install |
Dummy update_test_1 update 8002. |
theme_update_status_label |
function |
core/modules/update/update.theme.inc |
Returns HTML for a label to display for a project's update status. |
admin_bar_language_update |
function |
core/modules/admin_bar/admin_bar.module |
Implements hook_language_update(). |
PATH_UPDATE_ACTION_NO_NEW |
constant |
core/modules/path/path.inc |
"Do nothing. Leave the old alias intact." |
update_test_2_update_1000 |
function |
core/modules/simpletest/tests/update_test_2.install |
Dummy update_test_2 update 1000. |
PATH_UPDATE_ACTION_DELETE |
constant |
core/modules/path/path.inc |
"Create a new alias. Delete the old alias." |
update_test_2_update_1001 |
function |
core/modules/simpletest/tests/update_test_2.install |
Dummy update_test_2 update 1001. |
update_test_2_update_1002 |
function |
core/modules/simpletest/tests/update_test_2.install |
Dummy update_test_2 update 1002. |
_update_requirement_check |
function |
core/modules/update/update.install |
Fills in the requirements array. |
Updater::postInstallTasks |
function |
core/includes/updater.inc |
Return an array of links to pages that should be visited post operation. |
update_test_3_update_1000 |
function |
core/modules/simpletest/tests/update_test_3.install |
Dummy update_test_3 update 1000. |
image_update_dependencies |
function |
core/modules/image/image.install |
Implements hook_update_dependencies(). |
views_ui_ajax_update_form |
function |
core/modules/views_ui/views_ui.admin.inc |
Updates a part of the add view form via AJAX. |
hook_taxonomy_term_update |
function |
core/modules/taxonomy/taxonomy.api.php |
Act on taxonomy terms when updated. |
update_test_subtheme.info |
file |
core/modules/update/tests/update_test/themes/update_test_subtheme/update_test_subtheme.info |
name = Update test subtheme
description = Test theme which uses update_test_basetheme as the base theme.
type = theme
version = BACKDROP_VERSION
backdrop = 1.x
base theme = update_test_basetheme
hidden = TRUE |
layout_test_layout_update |
function |
core/modules/layout/tests/layout_test/layout_test.module |
Implements hook_layout_update(). |
_update_build_layout_data |
function |
core/modules/update/update.compare.inc |
Helper function to scan and collect layout data. |
update_access_denied_page |
function |
core/update.php |
Renders a 403 access denied page for update.php. |
update_extra_requirements |
function |
core/update.php |
Returns and stores extra requirements that apply during the update process. |
update_check_requirements |
function |
core/update.php |
Checks update requirements and reports errors and (optionally) warnings. |
ThemeUpdater::isInstalled |
function |
core/modules/system/system.updater.inc |
Checks if the project is installed. |
ThemeUpdater::postInstall |
function |
core/modules/system/system.updater.inc |
Perform actions after installation. |
update_script_test.install |
file |
core/modules/simpletest/tests/update_script_test.install |
Install, update and uninstall functions for the update_script_test module. |
update_filter_project_info |
function |
core/modules/update/update.compare.inc |
Filters the project .info data to only save attributes we need. |
hook_update_projects_alter |
function |
core/modules/update/update.api.php |
Alter the list of projects before fetching data and comparing versions. |
locale_update_dependencies |
function |
core/modules/locale/locale.install |
Implements hook_update_dependencies(). |