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
FieldableEntityDefinitionUpdateTest::testFieldableEntityTypeUpdatesErrorHandling function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Tests that a failed entity schema update preserves the existing data.
FieldableEntityDefinitionUpdateTest::testFieldableEntityTypeUpdatesRemoveBackupTables function core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php Tests the removal of the backup tables after a successful update.
FieldCrudTest::testUpdateField function core/modules/field/tests/src/Kernel/FieldCrudTest.php Tests the update of a field.
FieldDefinitionListener::onFieldDefinitionUpdate function core/lib/Drupal/Core/Field/FieldDefinitionListener.php Reacts to the update of a field.
FieldDefinitionListenerInterface::onFieldDefinitionUpdate function core/lib/Drupal/Core/Field/FieldDefinitionListenerInterface.php Reacts to the update of a field.
FieldDefinitionListenerTest::testOnFieldDefinitionUpdate function core/tests/Drupal/Tests/Core/Field/FieldDefinitionListenerTest.php @covers ::onFieldDefinitionUpdate
FieldHooks::fieldStorageConfigUpdate function core/modules/field/src/Hook/FieldHooks.php Implements hook_ENTITY_TYPE_update() for 'field_storage_config'.
FieldSqlStorageTest::testFieldUpdateFailure function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests that failure to create fields is handled gracefully.
FieldSqlStorageTest::testFieldUpdateIndexesWithData function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests adding and removing indexes while data is present.
FieldSqlStorageTest::testUpdateFieldSchemaWithData function core/tests/Drupal/KernelTests/Core/Entity/FieldSqlStorageTest.php Tests trying to update a field with data.
FieldStorageConfig::preSaveUpdated function core/modules/field/src/Entity/FieldStorageConfig.php Prepares saving an updated field definition.
FieldStorageConfigUpdateForbiddenException class core/modules/field/src/FieldStorageConfigUpdateForbiddenException.php Exception class thrown by hook_field_storage_config_update_forbid().
FieldStorageConfigUpdateForbiddenException.php file core/modules/field/src/FieldStorageConfigUpdateForbiddenException.php
FieldStorageCrudTest::testUpdate function core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php Tests updating a field storage.
FieldStorageCrudTest::testUpdateEntityTargetType function core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php Tests changing a field storage entity type.
FieldStorageCrudTest::testUpdateEntityType function core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php Tests changing a field storage type.
FieldStorageCrudTest::testUpdateFieldType function core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php
FieldStorageCrudTest::testUpdateForbid function core/modules/field/tests/src/Kernel/FieldStorageCrudTest.php Tests field type modules forbidding an update.
FieldStorageDefinitionEvents::UPDATE constant core/lib/Drupal/Core/Field/FieldStorageDefinitionEvents.php Name of the event triggered for field storage definition update.
FieldStorageDefinitionEventSubscriberTrait::onFieldStorageDefinitionUpdate function core/lib/Drupal/Core/Field/FieldStorageDefinitionEventSubscriberTrait.php
FieldStorageDefinitionListener::onFieldStorageDefinitionUpdate function core/lib/Drupal/Core/Field/FieldStorageDefinitionListener.php Reacts to the update of a field storage definition.
FieldStorageDefinitionListenerInterface::onFieldStorageDefinitionUpdate function core/lib/Drupal/Core/Field/FieldStorageDefinitionListenerInterface.php Reacts to the update of a field storage definition.
FieldStorageDefinitionUpdateForbiddenException class core/lib/Drupal/Core/Entity/Exception/FieldStorageDefinitionUpdateForbiddenException.php Exception thrown when a storage definition update is forbidden.
FieldStorageDefinitionUpdateForbiddenException.php file core/lib/Drupal/Core/Entity/Exception/FieldStorageDefinitionUpdateForbiddenException.php
FieldTestFieldHooks::fieldStorageConfigUpdateForbid function core/modules/field/tests/modules/field_test/src/Hook/FieldTestFieldHooks.php Implements hook_field_storage_config_update_forbid().
FieldUpdateActionBase class core/lib/Drupal/Core/Field/FieldUpdateActionBase.php Provides a base for action plugins that update one or more fields.
FieldUpdateActionBase.php file core/lib/Drupal/Core/Field/FieldUpdateActionBase.php
FieldUpdateActionBase::access function core/lib/Drupal/Core/Field/FieldUpdateActionBase.php Checks object access.
FieldUpdateActionBase::execute function core/lib/Drupal/Core/Field/FieldUpdateActionBase.php Executes the plugin.
FieldUpdateActionBase::getFieldsToUpdate function core/lib/Drupal/Core/Field/FieldUpdateActionBase.php Gets an array of values to be set.
field_removed_post_updates function core/modules/field/field.post_update.php Implements hook_removed_post_updates().
field_update_last_removed function core/modules/field/field.install Implements hook_update_last_removed().
file.post_update.php file core/modules/file/file.post_update.php Post update functions for File.
FileAddPermissionsUpdateTest class core/modules/file/tests/src/Functional/FileAddPermissionsUpdateTest.php Tests file_post_update_add_permissions_to_roles().
FileAddPermissionsUpdateTest.php file core/modules/file/tests/src/Functional/FileAddPermissionsUpdateTest.php
FileAddPermissionsUpdateTest::setDatabaseDumpFiles function core/modules/file/tests/src/Functional/FileAddPermissionsUpdateTest.php Set database dump files to be used.
FileAddPermissionsUpdateTest::testUpdate function core/modules/file/tests/src/Functional/FileAddPermissionsUpdateTest.php Tests adding 'delete own files' permission.
FileFieldTestBase::updateFileField function core/modules/file/tests/src/Functional/FileFieldTestBase.php Updates an existing file field with new settings.
FileRepository::createOrUpdate function core/modules/file/src/FileRepository.php Create a file entity or update if it exists.
FileStorageTest::update function core/tests/Drupal/KernelTests/Core/Config/Storage/FileStorageTest.php
FileTestHooks::fileUpdate function core/modules/file/tests/file_test/src/Hook/FileTestHooks.php Implements hook_ENTITY_TYPE_update() for file entities.
file_removed_post_updates function core/modules/file/file.post_update.php Implements hook_removed_post_updates().
file_update_last_removed function core/modules/file/file.install Implements hook_update_last_removed().
filter.post_update.php file core/modules/filter/filter.post_update.php Post update functions for Filter.
FilterDateTest::updateNodesDateFieldsValues function core/modules/datetime/tests/src/Kernel/Views/FilterDateTest.php Updates tests nodes date fields values.
FilterDefaultConfigTest::testUpdateRoles function core/modules/filter/tests/src/Kernel/FilterDefaultConfigTest.php Tests that changes to FilterFormat::$roles do not have an effect.
FilterFormatConsolidateFilterConfigUpdateTest class core/modules/filter/tests/src/Functional/FilterFormatConsolidateFilterConfigUpdateTest.php Tests the upgrade path for filter formats.
FilterFormatConsolidateFilterConfigUpdateTest.php file core/modules/filter/tests/src/Functional/FilterFormatConsolidateFilterConfigUpdateTest.php
FilterFormatConsolidateFilterConfigUpdateTest::setDatabaseDumpFiles function core/modules/filter/tests/src/Functional/FilterFormatConsolidateFilterConfigUpdateTest.php Set database dump files to be used.
FilterFormatConsolidateFilterConfigUpdateTest::testConsolidateFilterConfig function core/modules/filter/tests/src/Functional/FilterFormatConsolidateFilterConfigUpdateTest.php @covers \filter_post_update_consolidate_filter_config

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