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 10.3.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/Query/Update.php General class for an abstracted UPDATE operation.

All search results

Title Object type File name Summary
hook_update_status_alter function core/modules/update/update.api.php Alter the information about available updates for projects.
hook_verify_update_archive function core/modules/update/update.api.php Verify an archive after it has been downloaded and extracted.
image.post_update.php file core/modules/image/image.post_update.php Post-update functions for Image.
ImageHooks::fieldConfigUpdate function core/modules/image/src/Hook/ImageHooks.php Implements hook_ENTITY_TYPE_update() for 'field_config'.
ImageHooks::fieldStorageConfigUpdate function core/modules/image/src/Hook/ImageHooks.php Implements hook_ENTITY_TYPE_update() for 'field_storage_config'.
ImageStyleEditForm::updateEffectWeights function core/modules/image/src/Form/ImageStyleEditForm.php Updates image effect weights.
image_removed_post_updates function core/modules/image/image.post_update.php Implements hook_removed_post_updates().
image_update_last_removed function core/modules/image/image.install Implements hook_update_last_removed().
ImportableEntityStorageInterface::importUpdate function core/lib/Drupal/Core/Config/Entity/ImportableEntityStorageInterface.php Updates entities upon synchronizing configuration changes.
InaccessibleMenuLink::updateLink function core/lib/Drupal/Core/Menu/InaccessibleMenuLink.php Updates the definition values for a menu link.
InstallTest::testUninstallPostUpdateFunctions function core/modules/system/tests/src/Kernel/Module/InstallTest.php Ensures that post update functions are removed on uninstallation.
InvalidUpdateHookTest class core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php Tests that hook_update_8000() is disallowed.
InvalidUpdateHookTest.php file core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php
InvalidUpdateHookTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php The theme to install as the default for testing.
InvalidUpdateHookTest::$modules property core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php Modules to install.
InvalidUpdateHookTest::$updateUrl property core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php URL for the upgrade script.
InvalidUpdateHookTest::$updateUser property core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php A user account with upgrade permission.
InvalidUpdateHookTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php
InvalidUpdateHookTest::testInvalidUpdateHook function core/modules/system/tests/src/Functional/UpdateSystem/InvalidUpdateHookTest.php
JsonApiPatchRegressionTest::testNonTranslatableEntityUpdatesFromIssue3043168 function core/modules/jsonapi/tests/src/Functional/JsonApiPatchRegressionTest.php Ensure non-translatable entities can be PATCHed with an alternate language.
jsonapi_update_last_removed function core/modules/jsonapi/jsonapi.install Implements hook_update_last_removed().
KeyValueEntityStorageTest::testSaveUpdate function core/tests/Drupal/Tests/Core/Entity/KeyValueStore/KeyValueEntityStorageTest.php @covers ::save
@covers ::doSave
language.post_update.php file core/modules/language/language.post_update.php Post update functions for Language module.
LanguageConfigurationElementTest::testNodeTypeUpdate function core/modules/language/tests/src/Functional/LanguageConfigurationElementTest.php Tests that the configuration is retained when the node type is updated.
LanguageConfigurationElementTest::testTaxonomyVocabularyUpdate function core/modules/language/tests/src/Functional/LanguageConfigurationElementTest.php Tests that the configuration is retained when a vocabulary is updated.
LanguageNegotiator::updateConfiguration function core/modules/language/src/LanguageNegotiator.php
LanguageNegotiatorInterface::updateConfiguration function core/modules/language/src/LanguageNegotiatorInterface.php Updates the configuration based on the given language types.
language_negotiation_url_prefixes_update function core/modules/language/language.module Update the list of prefixes from the installed languages.
language_removed_post_updates function core/modules/language/language.post_update.php Implements hook_removed_post_updates().
language_update_last_removed function core/modules/language/language.install Implements hook_update_last_removed().
LayoutBuilderHighlightTrait::blockUpdateHighlightId function core/modules/layout_builder/src/LayoutBuilderHighlightTrait.php Provides the ID used to highlight the active Layout Builder UI element.
LayoutBuilderHighlightTrait::sectionUpdateHighlightId function core/modules/layout_builder/src/LayoutBuilderHighlightTrait.php Provides the ID used to highlight the active Layout Builder UI element.
LayoutBuilderSettingsUpdateTest class core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderSettingsUpdateTest.php Tests creation of layout_builder settings.
LayoutBuilderSettingsUpdateTest.php file core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderSettingsUpdateTest.php
LayoutBuilderSettingsUpdateTest::setDatabaseDumpFiles function core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderSettingsUpdateTest.php Set database dump files to be used.
LayoutBuilderSettingsUpdateTest::testLayoutBuilderPostUpdateExposeFieldBlockSetting function core/modules/layout_builder/tests/src/Functional/Update/LayoutBuilderSettingsUpdateTest.php Tests layout_builder_post_update_default_expose_field_block_setting().
LayoutBuilderSortTrait::sortableUpdate function core/modules/layout_builder/tests/src/FunctionalJavascript/LayoutBuilderSortTrait.php Define to provide any necessary callback following layout change.
layout_builder.post_update.php file core/modules/layout_builder/layout_builder.post_update.php Post update functions for Layout Builder.
layout_builder_removed_post_updates function core/modules/layout_builder/layout_builder.post_update.php Implements hook_removed_post_updates().
layout_builder_update_last_removed function core/modules/layout_builder/layout_builder.install Implements hook_update_last_removed().
layout_discovery.post_update.php file core/modules/layout_discovery/layout_discovery.post_update.php Post update functions for layout discovery.
layout_discovery_removed_post_updates function core/modules/layout_discovery/layout_discovery.post_update.php Implements hook_removed_post_updates().
LegacyPasswordHashingTest::testPasswordNeedsUpdate function core/modules/phpass/tests/src/Unit/LegacyPasswordHashingTest.php Tests a password needs update.
ListItemBase::submitFieldStorageUpdate function core/modules/options/src/Plugin/Field/FieldType/ListItemBase.php Resets the static variable on field storage update.
locale-translation-update-info.html.twig file core/themes/stable9/templates/admin/locale-translation-update-info.html.twig Theme override for displaying translation status information.
locale-translation-update-info.html.twig file core/modules/locale/templates/locale-translation-update-info.html.twig Default theme implementation for displaying translation status information.
locale.post_update.php file core/modules/locale/locale.post_update.php Post-update functions for Locale module.
LocaleConfigManager::updateConfigTranslations function core/modules/locale/src/LocaleConfigManager.php Updates all configuration translations for the names / languages provided.
LocaleConfigManager::updateDefaultConfigLangcodes function core/modules/locale/src/LocaleConfigManager.php Updates default configuration when new modules or themes are installed.
LocaleConfigSubscriber::updateLocaleStorage function core/modules/locale/src/LocaleConfigSubscriber.php Update locale storage based on configuration translations.

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