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
editor_entity_update function core/modules/editor/editor.module Implements hook_entity_update().
editor_post_update_clear_cache_for_file_reference_filter function core/modules/editor/editor.post_update.php Clear the render cache to fix file references added by Editor.
editor_update_8001 function core/modules/editor/editor.install Synchronizes the editor status with the paired text format status.
EmailWidgetSizeSettingUpdateTest class core/modules/field/tests/src/Functional/Update/EmailWidgetSizeSettingUpdateTest.php Tests the update for the 'size' setting of the 'email_default' field widget.
EmailWidgetSizeSettingUpdateTest.php file core/modules/field/tests/src/Functional/Update/EmailWidgetSizeSettingUpdateTest.php
EmailWidgetSizeSettingUpdateTest::setDatabaseDumpFiles function core/modules/field/tests/src/Functional/Update/EmailWidgetSizeSettingUpdateTest.php Set database dump files to be used.
EmailWidgetSizeSettingUpdateTest::testFieldPostUpdateEmailWidgetSizeSetting function core/modules/field/tests/src/Functional/Update/EmailWidgetSizeSettingUpdateTest.php Tests field_post_update_email_widget_size_setting().
entity.definition_update_manager service core/core.services.yml Drupal\Core\Entity\EntityDefinitionUpdateManager
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.
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.
EntityDateFormat::updateEntityProperty function core/modules/system/src/Plugin/migrate/destination/EntityDateFormat.php
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/src/Tests/Entity/EntityDefinitionTestTrait.php Updates the 'entity_test_update' entity type not revisionable.
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/src/Tests/Entity/EntityDefinitionTestTrait.php Updates the 'entity_test_update' entity type to not translatable.
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/src/Tests/Entity/EntityDefinitionTestTrait.php Updates the 'entity_test_update' entity type to revisionable.
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/src/Tests/Entity/EntityDefinitionTestTrait.php Updates the 'entity_test_update' entity type to revisionable and
translatable.
EntityDefinitionTestTrait::updateEntityTypeToRevisionableAndTranslatable function core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php Updates the 'entity_test_update' entity type to revisionable and
translatable.
EntityDefinitionTestTrait::updateEntityTypeToTranslatable function core/modules/system/src/Tests/Entity/EntityDefinitionTestTrait.php Updates the 'entity_test_update' entity type to 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
EntityDefinitionUpdateManager::$deprecatedProperties property core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php
EntityDefinitionUpdateManager::$entityFieldManager property core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php The entity field manager service.
EntityDefinitionUpdateManager::$entityLastInstalledSchemaRepository property core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php The last installed schema repository.
EntityDefinitionUpdateManager::$entityTypeListener property core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php The entity type listener service.
EntityDefinitionUpdateManager::$entityTypeManager property core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php The entity type manager service.
EntityDefinitionUpdateManager::$fieldStorageDefinitionListener property core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php The field storage definition listener service.
EntityDefinitionUpdateManager::applyUpdates function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Applies all the detected valid changes.
EntityDefinitionUpdateManager::clearCachedDefinitions function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Clears necessary caches to apply entity/field definition updates.
EntityDefinitionUpdateManager::getChangeList function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Gets a list of changes to entity type and field storage definitions.
EntityDefinitionUpdateManager::getChangeSummary function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Gets a human readable summary of the detected changes.
EntityDefinitionUpdateManager::getEntityType function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Returns an entity type definition ready to be manipulated.
EntityDefinitionUpdateManager::getEntityTypes function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Returns all the entity type definitions, ready to be manipulated.
EntityDefinitionUpdateManager::getFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Returns a field storage definition ready to be manipulated.
EntityDefinitionUpdateManager::installEntityType function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Installs a new entity type definition.
EntityDefinitionUpdateManager::installFieldableEntityType function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Installs a new fieldable entity type definition.
EntityDefinitionUpdateManager::installFieldStorageDefinition function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Installs a new field storage definition.
EntityDefinitionUpdateManager::needsUpdates function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Checks if there are any definition updates that need to be applied.
EntityDefinitionUpdateManager::requiresEntityDataMigration function core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php Checks if existing data would be lost if the schema changes were applied.

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