Search for update

  1. Search 7.x for update
  2. Search 8.9.x for update
  3. Search 10.3.x for update
  4. Search 11.x for update
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Update class core/modules/sqlite/src/Driver/Database/sqlite/Update.php SQLite implementation of \Drupal\Core\Database\Query\Update.
Update class core/modules/mysql/src/Driver/Database/mysql/Update.php MySQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Update.php MySQL test implementation of \Drupal\Core\Database\Query\Update.
Update class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysqlDeprecatedVersion/Update.php MySQL test implementation of \Drupal\Core\Database\Query\Update.
Update class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/modules/pgsql/src/Driver/Database/pgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/tests/fixtures/database_drivers/module/corefake/src/Driver/Database/corefakeWithAllCustomClasses/Update.php CorefakeWithAllCustomClasses implementation of \Drupal\Core\Database\Update.
Update class core/lib/Drupal/Core/Database/Driver/pgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Query/Update.php General class for an abstracted UPDATE operation.

All search results

Title Object type File name Summary
SystemUpdate7000.php file core/modules/system/src/Plugin/migrate/process/d6/SystemUpdate7000.php
SystemUpdate7000::transform function core/modules/system/src/Plugin/migrate/process/d6/SystemUpdate7000.php Rename blog and forum permissions to be consistent with other content types.
system_post_update_claro_dropbutton_variants function core/modules/system/system.post_update.php Clear caches due to trustedCallbacks changing in ClaroPreRender.
system_post_update_delete_authorize_settings function core/modules/system/system.post_update.php Remove obsolete system.authorize configuration.
system_post_update_delete_rss_settings function core/modules/system/system.post_update.php Remove obsolete system.rss configuration.
system_post_update_enable_provider_database_driver function core/modules/system/system.post_update.php Enable the modules that are providing the listed database drivers.
system_post_update_entity_revision_metadata_bc_cleanup function core/modules/system/system.post_update.php Remove backwards-compatibility leftovers from entity type definitions.
system_post_update_extra_fields_form_display function core/modules/system/system.post_update.php Update all entity form displays that contain extra fields.
system_post_update_remove_key_value_expire_all_index function core/modules/system/system.post_update.php Drop the 'all' index on the 'key_value_expire' table.
system_post_update_schema_version_int function core/modules/system/system.post_update.php Update schema version to integers.
system_post_update_service_advisory_settings function core/modules/system/system.post_update.php Add new security advisory retrieval settings.
system_post_update_sort_all_config function core/modules/system/system.post_update.php Sort all configuration according to its schema.
system_post_update_uninstall_classy function core/modules/system/system.post_update.php Uninstall Classy if it is no longer needed.
system_post_update_uninstall_entity_reference_module function core/modules/system/system.post_update.php Uninstall entity_reference.
system_post_update_uninstall_simpletest function core/modules/system/system.post_update.php Uninstall SimpleTest.
system_post_update_uninstall_stable function core/modules/system/system.post_update.php Uninstall Stable if it is no longer needed.
system_removed_post_updates function core/modules/system/system.post_update.php Implements hook_removed_post_updates().
system_updater_info function core/modules/system/system.module Implements hook_updater_info().
system_update_8901 function core/modules/system/system.install Update the stored schema data for entity identifier fields.
system_update_last_removed function core/modules/system/system.install Implements hook_update_last_removed().
taxonomy.post_update.php file core/modules/taxonomy/taxonomy.post_update.php Post update functions for Taxonomy.
taxonomy_node_update function core/modules/taxonomy/taxonomy.module Implements hook_ENTITY_TYPE_update() for node entities.
taxonomy_post_update_clear_views_argument_validator_plugins_cache function core/modules/taxonomy/taxonomy.post_update.php Clear the cache after deprecating Term views argument validator.
taxonomy_removed_post_updates function core/modules/taxonomy/taxonomy.post_update.php Implements hook_removed_post_updates().
taxonomy_update_last_removed function core/modules/taxonomy/taxonomy.install Implements hook_update_last_removed().
template_preprocess_locale_translation_update_info function core/modules/locale/locale.pages.inc Prepares variables for translation status information templates.
template_preprocess_update_fetch_error_message function core/modules/update/update.report.inc Prepares variables for update fetch error message templates.
template_preprocess_update_last_check function core/modules/update/update.module Prepares variables for last time update data was checked templates.
template_preprocess_update_project_status function core/modules/update/update.report.inc Prepares variables for update project status templates.
template_preprocess_update_report function core/modules/update/update.report.inc Prepares variables for project status report templates.
template_preprocess_update_version function core/modules/update/update.report.inc Prepares variables for update version templates.
TermStorage::updateTermHierarchy function core/modules/taxonomy/src/TermStorage.php Updates terms hierarchy information with the hierarchy trail of it.
TermStorageInterface::updateTermHierarchy function core/modules/taxonomy/src/TermStorageInterface.php Updates terms hierarchy information with the hierarchy trail of it.
TestingProfileInstallTest::testUpdateModuleInstall function core/tests/Drupal/FunctionalTests/Installer/TestingProfileInstallTest.php Ensure the Update module is installed.
test_theme_depending_on_modules.post_update.php file core/modules/system/tests/themes/test_theme_depending_on_modules/test_theme_depending_on_modules.post_update.php
test_theme_updates.info.yml file core/modules/system/tests/themes/test_theme_updates/test_theme_updates.info.yml core/modules/system/tests/themes/test_theme_updates/test_theme_updates.info.yml
test_theme_updates.post_update.php file core/modules/system/tests/themes/test_theme_updates/test_theme_updates.post_update.php Update functions for the theme.
test_theme_updates_post_update_test function core/modules/system/tests/themes/test_theme_updates/test_theme_updates.post_update.php Tests post updates for themes.
text.post_update.php file core/modules/text/text.post_update.php Contains post update hooks for the text module.
TextWithSummaryItemTest::testCrudAndUpdate function core/modules/text/tests/src/Kernel/TextWithSummaryItemTest.php Tests processed properties.
text_post_update_add_required_summary_flag_form_display function core/modules/text/text.post_update.php Update text_with_summary widgets to add summary required flags.
text_removed_post_updates function core/modules/text/text.post_update.php Implements hook_removed_post_updates().
theme.negotiator.system.db_update service core/modules/system/system.services.yml Drupal\system\Theme\DbUpdateNegotiator
Theme::canUpdate function core/lib/Drupal/Core/Updater/Theme.php Determines whether this class can update the specified project.
Theme::canUpdateDirectory function core/lib/Drupal/Core/Updater/Theme.php Determines if the Updater can handle the project provided in $directory.
ThemeRegistry::updateCache function core/lib/Drupal/Core/Utility/ThemeRegistry.php Writes a value to the persistent cache immediately.
ThemeTest::testThemeUpdateManagement function core/modules/system/tests/src/Kernel/Theme/ThemeTest.php Tests the update registry is correct during theme install and uninstall.
ThemeTest::testThemeUpdateManagementRemovedPostUpdates function core/modules/system/tests/src/Kernel/Theme/ThemeTest.php Tests the update registry is correct during theme install and uninstall.
ThemeUpdateTest class core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php Tests low-level theme functions.
ThemeUpdateTest.php file core/modules/system/tests/src/Functional/Theme/ThemeUpdateTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.