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
drupal_load_updates function core/includes/install.inc Loads .install files for installed modules to initialize the update system.
editor.post_update.php file core/modules/editor/editor.post_update.php Post update functions for Editor.
EditorAddLazyLoadImageFilterUpdateTest class core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php Tests adding editor_image_lazy_load filter to editor_file_reference.
EditorAddLazyLoadImageFilterUpdateTest.php file core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php
EditorAddLazyLoadImageFilterUpdateTest::$defaultTheme property core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php The theme to install as the default for testing.
EditorAddLazyLoadImageFilterUpdateTest::setDatabaseDumpFiles function core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php Set database dump files to be used.
EditorAddLazyLoadImageFilterUpdateTest::testUpdateLazyImageLoad function core/modules/editor/tests/src/Functional/Update/EditorAddLazyLoadImageFilterUpdateTest.php Tests upgrading filter settings.
EditorHooks::entityUpdate function core/modules/editor/src/Hook/EditorHooks.php Implements hook_entity_update().
EditorSanitizeImageUploadSettingsUpdateTest class core/modules/editor/tests/src/Functional/Update/EditorSanitizeImageUploadSettingsUpdateTest.php @group Update
@group editor
EditorSanitizeImageUploadSettingsUpdateTest.php file core/modules/editor/tests/src/Functional/Update/EditorSanitizeImageUploadSettingsUpdateTest.php
EditorSanitizeImageUploadSettingsUpdateTest::$defaultTheme property core/modules/editor/tests/src/Functional/Update/EditorSanitizeImageUploadSettingsUpdateTest.php The theme to install as the default for testing.
EditorSanitizeImageUploadSettingsUpdateTest::setDatabaseDumpFiles function core/modules/editor/tests/src/Functional/Update/EditorSanitizeImageUploadSettingsUpdateTest.php Set database dump files to be used.
EditorSanitizeImageUploadSettingsUpdateTest::testUpdateRemoveMeaninglessImageUploadSettings function core/modules/editor/tests/src/Functional/Update/EditorSanitizeImageUploadSettingsUpdateTest.php Ensure image upload settings for Text Editor config entities are corrected.
EditorTestHooks::entityUpdate function core/modules/editor/tests/modules/editor_test/src/Hook/EditorTestHooks.php Implements hook_entity_update().
editor_removed_post_updates function core/modules/editor/editor.post_update.php Implements hook_removed_post_updates().
editor_test_entity_update function core/modules/editor/tests/modules/editor_test/editor_test.module Implements hook_entity_update().
editor_update_last_removed function core/modules/editor/editor.install Implements hook_update_last_removed().
entity.definition_update_manager service core/core.services.yml Drupal\Core\Entity\EntityDefinitionUpdateManager
Entity::updateEntity function core/modules/migrate/src/Plugin/migrate/destination/Entity.php Updates an entity with the new values from row.
EntityApiTest::testUpdateWithId function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Tests that resaving an entity with a different entity ID throws an exception.
EntityApiTest::testUpdateWithRevisionId function core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php Tests that resaving a revision with a different revision ID throws an exception.
EntityArgumentUpdateTest class core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php Tests the upgrade path for converting numeric arguments to entity_target_id.
EntityArgumentUpdateTest.php file core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php
EntityArgumentUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php Set database dump files to be used.
EntityArgumentUpdateTest::testViewsFieldPluginConversion function core/modules/views/tests/src/Functional/Update/EntityArgumentUpdateTest.php Tests that numeric argument plugins are updated properly.
EntityConfigBase::updateEntity function core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php Updates an entity with the contents of a row.
EntityConfigBase::updateEntityProperty function core/modules/migrate/src/Plugin/migrate/destination/EntityConfigBase.php Updates a (possible nested) entity property with a value.
EntityContentBase::updateEntity function core/modules/migrate/src/Plugin/migrate/destination/EntityContentBase.php Updates an entity with the new values from row.
EntityContentComplete::updateEntity function core/modules/migrate/src/Plugin/migrate/destination/EntityContentComplete.php Updates an entity with the new values from row.
EntityCrudHookTestHooks::blockUpdate function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_update() for block entities.
EntityCrudHookTestHooks::commentUpdate function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_update() for comment entities.
EntityCrudHookTestHooks::entityUpdate function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_entity_update().
EntityCrudHookTestHooks::fileUpdate function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_update() for file entities.
EntityCrudHookTestHooks::nodeUpdate function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_update() for node entities.
EntityCrudHookTestHooks::taxonomyTermUpdate function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_update() for taxonomy_term entities.
EntityCrudHookTestHooks::taxonomyVocabularyUpdate function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_update() for taxonomy_vocabulary entities.
EntityCrudHookTestHooks::userUpdate function core/modules/system/tests/modules/entity_crud_hook_test/src/Hook/EntityCrudHookTestHooks.php Implements hook_ENTITY_TYPE_update() for user entities.
EntityDateFormat::updateEntityProperty function core/modules/system/src/Plugin/migrate/destination/EntityDateFormat.php Updates a (possible nested) entity property with a value.
EntityDefinitionTestTrait::applyEntityUpdates function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Applies all the detected valid changes.
EntityDefinitionTestTrait::doEntityUpdate function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Performs an entity type definition update.
EntityDefinitionTestTrait::doFieldUpdate function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Performs a field storage definition update.
EntityDefinitionTestTrait::getUpdatedEntityTypeDefinition function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Returns an entity type definition, possibly updated to be rev or mul.
EntityDefinitionTestTrait::getUpdatedFieldStorageDefinitions function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Returns the required rev / mul field definitions for an entity type.
EntityDefinitionTestTrait::updateEntityTypeToNotRevisionable function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Updates the 'entity_test_update' entity type not revisionable.
EntityDefinitionTestTrait::updateEntityTypeToNotTranslatable function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Updates the 'entity_test_update' entity type to not translatable.
EntityDefinitionTestTrait::updateEntityTypeToRevisionable function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Updates the 'entity_test_update' entity type to revisionable.
EntityDefinitionTestTrait::updateEntityTypeToRevisionableAndTranslatable function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Updates the test entity type to be revisionable and translatable.
EntityDefinitionTestTrait::updateEntityTypeToTranslatable function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Updates the 'entity_test_update' entity type to translatable.
EntityDefinitionUpdateManager class core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Manages entity definition updates.
EntityDefinitionUpdateManager.php file core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php

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