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
search_removed_post_updates function core/modules/search/search.post_update.php Implements hook_removed_post_updates().
SecurityAdvisoriesFetcherTest::testIntervalConfigUpdate function core/modules/system/tests/src/Kernel/SecurityAdvisories/SecurityAdvisoriesFetcherTest.php Tests that the stored advisories response is deleted on interval decrease.
Select::$forUpdate property core/lib/Drupal/Core/Database/Query/Select.php The FOR UPDATE status.
Select::forUpdate function core/lib/Drupal/Core/Database/Query/Select.php Add FOR UPDATE to the query.
Select::forUpdate function core/modules/sqlite/src/Driver/Database/sqlite/Select.php Add FOR UPDATE to the query.
SelectExtender::forUpdate function core/lib/Drupal/Core/Database/Query/SelectExtender.php Add FOR UPDATE to the query.
SelectInterface::forUpdate function core/lib/Drupal/Core/Database/Query/SelectInterface.php Add FOR UPDATE to the query.
serialization.post_update.php file core/modules/serialization/serialization.post_update.php Post update functions for Serialization module.
serialization_removed_post_updates function core/modules/serialization/serialization.post_update.php Implements hook_removed_post_updates().
serialization_update_last_removed function core/modules/serialization/serialization.install Implements hook_update_last_removed().
SessionHandler::updateTimestamp function core/lib/Drupal/Core/Session/SessionHandler.php
SimpleConfigUpdate class core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/SimpleConfigUpdate.php @internal
This API is experimental.
SimpleConfigUpdate.php file core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/SimpleConfigUpdate.php
SimpleConfigUpdate::apply function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/SimpleConfigUpdate.php Applies the config action.
SimpleConfigUpdate::create function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/SimpleConfigUpdate.php Creates an instance of the plugin.
SimpleConfigUpdate::__construct function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/SimpleConfigUpdate.php
SortableTestTrait::sortableUpdate function core/tests/Drupal/FunctionalJavascriptTests/SortableTestTrait.php Define to provide any necessary callback following layout change.
Sql::getRowsNeedingUpdate function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Retrieves an array of map rows marked as needing update.
Sql::prepareUpdate function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Prepares to run a full update.
Sql::setUpdate function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Sets a specified record to be updated, if it exists.
Sql::updateCount function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php Returns a count of items which are marked as needing update.
SqlBase::updatePageInfo function core/modules/views/src/Plugin/views/pager/SqlBase.php Update global paging info.
SqlContentEntityStorage::onEntityTypeUpdate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Reacts to the update of the entity type.
SqlContentEntityStorage::onFieldableEntityTypeUpdate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Reacts to the update of a fieldable entity type.
SqlContentEntityStorage::onFieldStorageDefinitionUpdate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php Reacts to the update of a field storage definition.
SqlContentEntityStorageSchema::$updateBackupRepository property core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php The key-value collection for tracking entity update backup repository.
SqlContentEntityStorageSchema::handleEntityTypeSchemaUpdateExceptionOnDataCopy function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Handles the case when an error occurs during the data copying step.
SqlContentEntityStorageSchema::onEntityTypeUpdate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Reacts to the update of the entity type.
SqlContentEntityStorageSchema::onFieldableEntityTypeUpdate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Reacts to the update of a fieldable entity type.
SqlContentEntityStorageSchema::onFieldStorageDefinitionUpdate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Reacts to the update of a field storage definition.
SqlContentEntityStorageSchema::postUpdateEntityTypeSchema function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Allows subscribers to do any cleanup necessary after data copying.
SqlContentEntityStorageSchema::preUpdateEntityTypeSchema function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Allows subscribers to prepare their schema before data copying.
SqlContentEntityStorageSchema::updateBackupRepository function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Gets the key/value collection for tracking the entity update backups.
SqlContentEntityStorageSchema::updateDedicatedTableSchema function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Updates the schema for a field stored in a shared table.
SqlContentEntityStorageSchema::updateSharedTableSchema function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php Updates the schema for a field stored in a shared table.
SqlContentEntityStorageSchemaColumnTest::$entityDefinitionUpdateManager property core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php The entity definition update manager.
SqlContentEntityStorageSchemaColumnTest::testColumnUpdate function core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php Tests that column-level schema changes are detected for fields with data.
SqlContentEntityStorageSchemaColumnTest::testColumnUpdateWithFlag function core/modules/field/tests/src/Kernel/Entity/Update/SqlContentEntityStorageSchemaColumnTest.php Tests that schema changes are updated for fields with data with the flag.
SqlContentEntityStorageSchemaTest::$entityDefinitionUpdateManager property core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php The entity definition update manager.
SqlContentEntityStorageSchemaTest::testonEntityTypeUpdateWithNewIndex function core/tests/Drupal/Tests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php @covers \Drupal\Core\Entity\Sql\SqlContentEntityStorageSchema::onEntityTypeUpdate()[[api-linebreak]]
SqlContentEntityStorageSchemaTest::testOnFieldStorageDefinitionUpdateShared function core/tests/Drupal/KernelTests/Core/Entity/Sql/SqlContentEntityStorageSchemaTest.php Tests updating a shared table field definition.
SqlFieldableEntityTypeListenerTrait::handleEntityTypeSchemaUpdateExceptionOnDataCopy function core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php Handles the case when an error occurs during the data copying step.
SqlFieldableEntityTypeListenerTrait::onFieldableEntityTypeUpdate function core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php
SqlFieldableEntityTypeListenerTrait::postUpdateEntityTypeSchema function core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php Allows subscribers to do any cleanup necessary after data copying.
SqlFieldableEntityTypeListenerTrait::preUpdateEntityTypeSchema function core/lib/Drupal/Core/Entity/Sql/SqlFieldableEntityTypeListenerTrait.php Allows subscribers to prepare their schema before data copying.
StackSessionHandlerIntegrationTest::testRequestWriteInvokesUpdateTimestamp function core/modules/system/tests/src/Functional/Session/StackSessionHandlerIntegrationTest.php Tests a session rewrite-unmodified request with a valid session cookie.
StagedDatabaseUpdateValidator class core/modules/package_manager/tests/modules/package_manager_test_validation/src/StagedDatabaseUpdateValidator.php Allows tests to dictate which extensions have staged database updates.
StagedDatabaseUpdateValidator.php file core/modules/package_manager/tests/modules/package_manager_test_validation/src/StagedDatabaseUpdateValidator.php
StagedDatabaseUpdateValidator::$state property core/modules/package_manager/tests/modules/package_manager_test_validation/src/StagedDatabaseUpdateValidator.php The state service.
StagedDatabaseUpdateValidator::hasStagedUpdates function core/modules/package_manager/tests/modules/package_manager_test_validation/src/StagedDatabaseUpdateValidator.php Determines if a staged extension has changed update functions.

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