Search for update

  1. Search 7.x for update
  2. Search 9.5.x for update
  3. Search 8.9.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/pgsql/src/Driver/Database/pgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/tests/fixtures/database_drivers/module/core_fake/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
SystemDateSettingsUpdateTest.php file core/modules/system/tests/src/Functional/Update/SystemDateSettingsUpdateTest.php
SystemDateSettingsUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/SystemDateSettingsUpdateTest.php The theme to install as the default for testing.
SystemDateSettingsUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/SystemDateSettingsUpdateTest.php Set database dump files to be used.
SystemDateSettingsUpdateTest::testUpdate function core/modules/system/tests/src/Functional/Update/SystemDateSettingsUpdateTest.php Tests update of system.date:country.default & system.date:country.default.
SystemUpdate7000 class core/modules/system/src/Plugin/migrate/process/d6/SystemUpdate7000.php Rename blog and forum permissions to be consistent with other content types.
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_add_description_to_entity_form_mode function core/modules/system/system.post_update.php Update description for form modes.
system_post_update_add_description_to_entity_view_mode function core/modules/system/system.post_update.php Update description for view modes.
system_post_update_add_langcode_to_all_translatable_config function core/modules/system/system.post_update.php Adds a langcode to all simple config which needs it.
system_post_update_amend_config_sync_readme_url function core/modules/system/system.post_update.php Fix path in README.txt in CONFIG_SYNC_DIRECTORY.
system_post_update_convert_empty_country_and_timezone_settings_to_null function core/modules/system/system.post_update.php Updates system.date config to NULL for empty country and timezone defaults.
system_post_update_enable_password_compatibility function core/modules/system/system.post_update.php Enable the password compatibility module.
system_post_update_linkset_settings function core/modules/system/system.post_update.php Add new menu linkset endpoint setting.
system_post_update_mailer_dsn_settings function core/modules/system/system.post_update.php Add new default mail transport dsn.
system_post_update_mailer_structured_dsn_settings function core/modules/system/system.post_update.php Add new default mail transport dsn.
system_post_update_mail_notification_setting function core/modules/system/system.post_update.php Adds default value for the mail_notification config parameter.
system_post_update_move_development_settings_to_keyvalue function core/modules/system/system.post_update.php Move development settings from state to raw key-value storage.
system_post_update_remove_asset_entries function core/modules/system/system.post_update.php Remove redundant asset state and config.
system_post_update_remove_asset_query_string function core/modules/system/system.post_update.php Remove redundant asset query string state.
system_post_update_set_blank_log_url_to_null function core/modules/system/system.post_update.php Updates system.theme.global:logo.url config if it's still at the default.
system_post_update_set_cron_logging_setting_to_boolean function core/modules/system/system.post_update.php Fix system.cron:logging values to boolean.
system_post_update_timestamp_formatter function core/modules/system/system.post_update.php Update timestamp formatter settings for entity view displays.
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_10100 function core/modules/system/system.install Remove the year 2038 date limitation.
system_update_10101 function core/modules/system/system.install Change the {batch} table [bid] field to serial.
system_update_10201 function core/modules/system/system.install Clear left over entries in the revision data table.
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_set_new_revision function core/modules/taxonomy/taxonomy.post_update.php Re-save Taxonomy configurations with new_revision config.
taxonomy_post_update_set_vocabulary_description_to_null function core/modules/taxonomy/taxonomy.post_update.php Converts empty `description` in vocabularies to NULL.
taxonomy_removed_post_updates function core/modules/taxonomy/taxonomy.post_update.php Implements hook_removed_post_updates().
taxonomy_update_10100 function core/modules/taxonomy/taxonomy.install Update entity definition to handle revision routes.
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.
TermKernelTest::testUpdateTermHierarchyDeprecation function core/modules/taxonomy/tests/src/Kernel/TermKernelTest.php @covers \Drupal\taxonomy\TermStorage::updateTermHierarchy
@group legacy
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.

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