Search for update

  1. Search 7.x for update
  2. Search 9.5.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/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/DrivertestPgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Driver/sqlite/Update.php SQLite implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Driver/mysql/Update.php MySQL implementation of \Drupal\Core\Database\Query\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
EntityDefinitionUpdateTest::testBundleFieldUpdateWithExistingData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests updating a bundle field when it has existing data.
EntityDefinitionUpdateTest::testCreateFieldAndIndexOnSharedTable function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Ensures that a new field and index on a shared table are created.
EntityDefinitionUpdateTest::testCreateIndexUsingEntityStorageSchemaWithData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Ensures that a new entity level index is created when data exists.
EntityDefinitionUpdateTest::testDefinitionEvents function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests entity type and field storage definition events.
EntityDefinitionUpdateTest::testEntityIndexCreateDeleteWithoutData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests creating and deleting a multi-field index when there are no existing entities.
EntityDefinitionUpdateTest::testEntityIndexCreateWithData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests creating a multi-field index when there are existing entities.
EntityDefinitionUpdateTest::testEntityTypeUpdateWithEntityStorageChange function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests updating entity schema when there are entity storage changes.
EntityDefinitionUpdateTest::testEntityTypeUpdateWithoutData function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests updating entity schema when there are no existing entities.
EntityDefinitionUpdateTest::testGetEntityTypes function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php @covers ::getEntityTypes
EntityDefinitionUpdateTest::testInitialValue function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests adding a base field with initial values.
EntityDefinitionUpdateTest::testInitialValueFromField function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests adding a base field with initial values inherited from another field.
EntityDefinitionUpdateTest::testInitialValueFromFieldErrorHandling function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests the error handling when using initial values from another field.
EntityDefinitionUpdateTest::testInstallAdditionalBaseFieldDuringFieldableEntityTypeInstallation function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests installing an additional base field while installing an entity type.
EntityDefinitionUpdateTest::testInstallFieldableEntityTypeWithoutInCodeDefinition function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests creating a fieldable entity type that doesn't exist in code anymore.
EntityDefinitionUpdateTest::testLongNameFieldIndexes function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Check that field schema is correctly handled with long-named fields.
EntityDefinitionUpdateTest::testNewEntityType function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests that new entity type definitions are correctly handled.
EntityDefinitionUpdateTest::testNoUpdates function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests when no definition update is needed.
EntityDefinitionUpdateTest::testSingleActionCalls function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests applying single updates.
EntityDefinitionUpdateTest::testUninstallEntityTypeWithoutInCodeDefinition function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests uninstalling an entity type that doesn't exist in code anymore.
EntityDefinitionUpdateTest::testUpdateEntityTypeWithoutInCodeDefinition function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests updating an entity type that doesn't exist in code anymore.
EntityDefinitionUpdateTest::testUpdateFieldableEntityTypeWithoutInCodeDefinition function core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php Tests updating a fieldable entity type that doesn't exist in code anymore.
EntityFormDisplayDependenciesUpdateTest class core/modules/content_moderation/tests/src/Functional/Update/EntityFormDisplayDependenciesUpdateTest.php Test updating the dependencies of entity form displays.
EntityFormDisplayDependenciesUpdateTest.php file core/modules/content_moderation/tests/src/Functional/Update/EntityFormDisplayDependenciesUpdateTest.php
EntityFormDisplayDependenciesUpdateTest::setDatabaseDumpFiles function core/modules/content_moderation/tests/src/Functional/Update/EntityFormDisplayDependenciesUpdateTest.php Set database dump files to be used.
EntityFormDisplayDependenciesUpdateTest::testEntityDisplaysUpdated function core/modules/content_moderation/tests/src/Functional/Update/EntityFormDisplayDependenciesUpdateTest.php Tests updating the dependencies of entity displays.
EntityLinkOutputUrlUpdateTest class core/modules/views/tests/src/Functional/Update/EntityLinkOutputUrlUpdateTest.php Tests that the additional settings are added to the entity link field.
EntityLinkOutputUrlUpdateTest.php file core/modules/views/tests/src/Functional/Update/EntityLinkOutputUrlUpdateTest.php
EntityLinkOutputUrlUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/EntityLinkOutputUrlUpdateTest.php Set database dump files to be used.
EntityLinkOutputUrlUpdateTest::testViewsPostUpdateEntityLinkUrl function core/modules/views/tests/src/Functional/Update/EntityLinkOutputUrlUpdateTest.php Tests that the additional settings are added to the config.
EntityManager::onEntityTypeUpdate function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::onFieldableEntityTypeUpdate function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::onFieldDefinitionUpdate function core/lib/Drupal/Core/Entity/EntityManager.php
EntityManager::onFieldStorageDefinitionUpdate function core/lib/Drupal/Core/Entity/EntityManager.php
EntityOperations::entityUpdate function core/modules/workspaces/src/EntityOperations.php Responds to updates to an entity.
EntityOperations::entityUpdate function core/modules/content_moderation/src/EntityOperations.php
EntityOperations::updateOrCreateFromEntity function core/modules/content_moderation/src/EntityOperations.php Creates or updates the moderation state of an entity.
EntityReferenceAutocompleteWidgetMatchLimitUpdateTest class core/modules/system/tests/src/Functional/Update/EntityReferenceAutocompleteWidgetMatchLimitUpdateTest.php Tests that the match_limit setting is added to entity_reference_autocomplete.
EntityReferenceAutocompleteWidgetMatchLimitUpdateTest.php file core/modules/system/tests/src/Functional/Update/EntityReferenceAutocompleteWidgetMatchLimitUpdateTest.php
EntityReferenceAutocompleteWidgetMatchLimitUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/EntityReferenceAutocompleteWidgetMatchLimitUpdateTest.php Set database dump files to be used.
EntityReferenceAutocompleteWidgetMatchLimitUpdateTest::testViewsPostUpdateEntityLinkUrl function core/modules/system/tests/src/Functional/Update/EntityReferenceAutocompleteWidgetMatchLimitUpdateTest.php Tests that the match_limit setting is added to the config.
EntityReferenceHandlerSettingUpdateTest class core/modules/field/tests/src/Functional/Update/EntityReferenceHandlerSettingUpdateTest.php Tests the update for the entity reference 'handler' setting.
EntityReferenceHandlerSettingUpdateTest.php file core/modules/field/tests/src/Functional/Update/EntityReferenceHandlerSettingUpdateTest.php
EntityReferenceHandlerSettingUpdateTest::setDatabaseDumpFiles function core/modules/field/tests/src/Functional/Update/EntityReferenceHandlerSettingUpdateTest.php Set database dump files to be used.
EntityReferenceHandlerSettingUpdateTest::testFieldPostUpdateERHandlerSetting function core/modules/field/tests/src/Functional/Update/EntityReferenceHandlerSettingUpdateTest.php Tests field_post_update_entity_reference_handler_setting().
EntityResource::updateEntityField function core/modules/jsonapi/src/Controller/EntityResource.php Takes a field from the origin entity and puts it to the destination entity.
EntityResourcePermissionsUpdateTest class core/modules/rest/tests/src/Functional/Update/EntityResourcePermissionsUpdateTest.php Tests that existing sites continue to use permissions for EntityResource.
EntityResourcePermissionsUpdateTest.php file core/modules/rest/tests/src/Functional/Update/EntityResourcePermissionsUpdateTest.php
EntityResourcePermissionsUpdateTest::$modules property core/modules/rest/tests/src/Functional/Update/EntityResourcePermissionsUpdateTest.php Modules to enable after the database is loaded.
EntityResourcePermissionsUpdateTest::setDatabaseDumpFiles function core/modules/rest/tests/src/Functional/Update/EntityResourcePermissionsUpdateTest.php Set database dump files to be used.
EntityResourcePermissionsUpdateTest::testBcEntityResourcePermissionSettingAdded function core/modules/rest/tests/src/Functional/Update/EntityResourcePermissionsUpdateTest.php Tests rest_update_8203().

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