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
SearchBlockPageIdUpdatePathTest::setDatabaseDumpFiles function core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php
SearchBlockPageIdUpdatePathTest::testRunUpdates function core/modules/search/tests/src/Functional/Update/SearchBlockPageIdUpdatePathTest.php Tests update path for the search block's `page_id` setting from '' to NULL.
SearchIndex::updateWordWeights function core/modules/search/src/SearchIndex.php Updates the {search_total} database table.
SearchIndexingInterface::updateIndex function core/modules/search/src/Plugin/SearchIndexingInterface.php Updates the search index for this plugin.
SearchIndexInterface::updateWordWeights function core/modules/search/src/SearchIndexInterface.php Updates the {search_total} database table.
SearchNodeUpdateAndDeletionTest class core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php Tests search index is updated properly when nodes are removed or updated.
SearchNodeUpdateAndDeletionTest.php file core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php
SearchNodeUpdateAndDeletionTest::$defaultTheme property core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php
SearchNodeUpdateAndDeletionTest::$modules property core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php
SearchNodeUpdateAndDeletionTest::$testUser property core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php A user with permission to access and search content.
SearchNodeUpdateAndDeletionTest::setUp function core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php
SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeChange function core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php Tests that the search index info is properly updated when a node changes.
SearchNodeUpdateAndDeletionTest::testSearchIndexUpdateOnNodeDeletion function core/modules/search/tests/src/Functional/SearchNodeUpdateAndDeletionTest.php Tests that the search index info is updated when a node is deleted.
search_post_update_block_with_empty_page_id function core/modules/search/search.post_update.php Updates Search Blocks' without an explicit `page_id` from '' to NULL.
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
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
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
SimpleConfigUpdate::create function core/lib/Drupal/Core/Config/Action/Plugin/ConfigAction/SimpleConfigUpdate.php
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
Sql::prepareUpdate function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Sql::setUpdate function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
Sql::updateCount function core/modules/migrate/src/Plugin/migrate/id_map/Sql.php
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
SqlContentEntityStorage::onFieldableEntityTypeUpdate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
SqlContentEntityStorage::onFieldStorageDefinitionUpdate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorage.php
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
SqlContentEntityStorageSchema::onEntityTypeUpdate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
SqlContentEntityStorageSchema::onFieldableEntityTypeUpdate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
SqlContentEntityStorageSchema::onFieldStorageDefinitionUpdate function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
SqlContentEntityStorageSchema::postUpdateEntityTypeSchema function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
SqlContentEntityStorageSchema::preUpdateEntityTypeSchema function core/lib/Drupal/Core/Entity/Sql/SqlContentEntityStorageSchema.php
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.

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