update_flush_all_caches |
function |
drupal/core/update.php |
Remove update overrides and flush all caches. |
LocaleUpdateTest::setUp |
function |
drupal/core/modules/locale/lib/Drupal/locale/Tests/LocaleUpdateTest.php |
Sets up a Drupal site for running functional and integration tests. |
field_test_field_update |
function |
drupal/core/modules/field/tests/modules/field_test/field_test.field.inc |
Implements hook_field_update(). |
Updater::getProjectName |
function |
drupal/core/lib/Drupal/Core/Updater/Updater.php |
Gets the name of the project directory (basename). |
Updater::getInstallArgs |
function |
drupal/core/lib/Drupal/Core/Updater/Updater.php |
Stores the default parameters for the Updater. |
UpdateUploadTest::setUp |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateUploadTest.php |
Sets up a Drupal site for running functional and integration tests. |
UpdateCoreTest::getInfo |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php |
|
UpdateModuleHandler.php |
file |
drupal/core/lib/Drupal/Core/Extension/UpdateModuleHandler.php |
Contains \Drupal\Core\Extension\UpdateModuleHandler. |
Module::postUpdateTasks |
function |
drupal/core/lib/Drupal/Core/Updater/Module.php |
Overrides Drupal\Core\Updater\Updater::postUpdateTasks(). |
SqlBase::updatePageInfo |
function |
drupal/core/modules/views/lib/Drupal/views/Plugin/views/pager/SqlBase.php |
Update global paging info. |
hook_update_last_removed |
function |
drupal/core/modules/system/system.api.php |
Return a number which is no longer available as hook_update_N(). |
UpdateController::create |
function |
drupal/core/modules/update/lib/Drupal/update/Controller/UpdateController.php |
Instantiates a new instance of this controller. |
update_add_cache_columns |
function |
drupal/core/includes/update.inc |
Adds tags, checksum_invalidations, checksum_deletions to a cache table. |
comment_node_type_update |
function |
drupal/core/modules/comment/comment.module |
Implements hook_node_type_update(). |
search_node_update_index |
function |
drupal/core/modules/search/search.module |
Implements hook_node_update_index(). |
ccc_update_test.info.yml |
file |
drupal/core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info.yml |
drupal/core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info.yml |
aaa_update_test.info.yml |
file |
drupal/core/modules/update/tests/aaa_update_test/aaa_update_test.info.yml |
drupal/core/modules/update/tests/aaa_update_test/aaa_update_test.info.yml |
bbb_update_test.info.yml |
file |
drupal/core/modules/update/tests/modules/bbb_update_test/bbb_update_test.info.yml |
drupal/core/modules/update/tests/modules/bbb_update_test/bbb_update_test.info.yml |
aaa_update_test.info.yml |
file |
drupal/core/modules/update/tests/modules/aaa_update_test/aaa_update_test.info.yml |
drupal/core/modules/update/tests/modules/aaa_update_test/aaa_update_test.info.yml |
update_create_fetch_task |
function |
drupal/core/modules/update/update.module |
Creates a new fetch task after loading the necessary include file. |
update_process_info_list |
function |
drupal/core/modules/update/update.compare.inc |
Populates an array of project data. |
hook_update_status_alter |
function |
drupal/core/modules/update/update.api.php |
Alter the information about available updates for projects. |
hook_field_attach_update |
function |
drupal/core/modules/field/field.api.php |
Act on field_attach_update(). |
_node_mass_update_helper |
function |
drupal/core/modules/node/node.admin.inc |
Updates individual nodes when fewer than 10 are queued. |
hook_field_update_forbid |
function |
drupal/core/modules/field/field.api.php |
Forbid a field update from occurring. |
_node_update_8016_schema |
function |
drupal/core/modules/node/node.install |
Upgrade node schema to the standard entity SQL schema: schema definition. |
user_update_dependencies |
function |
drupal/core/modules/user/user.install |
Implements hook_update_dependencies(). |
image_field_update_field |
function |
drupal/core/modules/image/image.module |
Implements hook_field_update_field(). |
UpdateContribTest::setUp |
function |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateContribTest.php |
Sets up a Drupal site for running functional and integration tests. |
file_update_dependencies |
function |
drupal/core/modules/file/file.install |
Implements hook_update_dependencies(). |
Updater::getProjectTitle |
function |
drupal/core/lib/Drupal/Core/Updater/Updater.php |
Returns the project name from a Drupal info file. |
update_test.settings.yml |
file |
drupal/core/modules/update/tests/modules/update_test/config/update_test.settings.yml |
drupal/core/modules/update/tests/modules/update_test/config/update_test.settings.yml |
update_fix_compatibility |
function |
drupal/core/includes/update.inc |
Disables any extensions that are incompatible with the current core version. |
UpdateCoreTest::$modules |
property |
drupal/core/modules/update/lib/Drupal/update/Tests/UpdateCoreTest.php |
Modules to enable. |
Updater::postUpdateTasks |
function |
drupal/core/lib/Drupal/Core/Updater/Updater.php |
Returns an array of links to pages that should be visited post operation. |
Module::getSchemaUpdates |
function |
drupal/core/lib/Drupal/Core/Updater/Module.php |
Returns available database schema updates once a new version is installed. |
update_already_performed |
function |
drupal/core/includes/update.inc |
Determines if a module update has already been performed. |
hook_update_dependencies |
function |
drupal/core/modules/system/system.api.php |
Return an array of information about module update dependencies. |
update_variables_to_state |
function |
drupal/core/includes/update.inc |
Updates 7.x variables to state records. |
Theme::canUpdateDirectory |
function |
drupal/core/lib/Drupal/Core/Updater/Theme.php |
Implements Drupal\Core\Updater\UpdaterInterface::canUpdateDirectory(). |
language_node_type_update |
function |
drupal/core/modules/language/language.module |
Implements hook_node_type_update(). |
SelectExtender::forUpdate |
function |
drupal/core/lib/Drupal/Core/Database/Query/SelectExtender.php |
Add FOR UPDATE to the query. |
comment_node_update_index |
function |
drupal/core/modules/comment/comment.module |
Implements hook_node_update_index(). |
text_filter_format_update |
function |
drupal/core/modules/text/text.module |
Implements hook_filter_format_update(). |
_update_requirement_check |
function |
drupal/core/modules/update/update.install |
Fills in the requirements array. |
UpdateScriptTest::getInfo |
function |
drupal/core/modules/system/lib/Drupal/system/Tests/Update/UpdateScriptTest.php |
|
block_update_dependencies |
function |
drupal/core/modules/block/block.install |
Implements hook_update_dependencies(). |
theme_update_status_label |
function |
drupal/core/modules/update/update.report.inc |
Returns HTML for a label to display for a project's update status. |
views_ui_ajax_update_form |
function |
drupal/core/modules/views_ui/admin.inc |
Updates a part of the add view form via AJAX. |
_update_create_fetch_task |
function |
drupal/core/modules/update/update.fetch.inc |
Adds a task to the queue for fetching release history data for a project. |