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 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/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/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
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 ::onEntityTypeUpdate.
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.
State::updateCache function core/lib/Drupal/Core/State/State.php Writes a value to the persistent cache immediately.
StatisticsLastUpdated class core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php Sort handler for the newer of last comment / entity updated.
StatisticsLastUpdated class core/modules/comment/src/Plugin/views/field/StatisticsLastUpdated.php Field handler to display the newer of last comment / node updated.
StatisticsLastUpdated class core/modules/comment/src/Plugin/views/filter/StatisticsLastUpdated.php Filter handler for the newer of last comment / node updated.
StatisticsLastUpdated.php file core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php
StatisticsLastUpdated.php file core/modules/comment/src/Plugin/views/field/StatisticsLastUpdated.php
StatisticsLastUpdated.php file core/modules/comment/src/Plugin/views/filter/StatisticsLastUpdated.php
StatisticsLastUpdated::$field_alias property core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php The field alias.
StatisticsLastUpdated::$node_table property core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php The node table.
StatisticsLastUpdated::$node_table property core/modules/comment/src/Plugin/views/field/StatisticsLastUpdated.php The node table.
StatisticsLastUpdated::$node_table property core/modules/comment/src/Plugin/views/filter/StatisticsLastUpdated.php The node table.
StatisticsLastUpdated::query function core/modules/comment/src/Plugin/views/sort/StatisticsLastUpdated.php Called to add the sort to a query.
StatisticsLastUpdated::query function core/modules/comment/src/Plugin/views/field/StatisticsLastUpdated.php Called to add the field to a query.
StatisticsLastUpdated::query function core/modules/comment/src/Plugin/views/filter/StatisticsLastUpdated.php Add this filter to the query.
statistics_update_10100 function core/modules/statistics/statistics.install Remove the year 2038 date limitation.
statistics_update_last_removed function core/modules/statistics/statistics.install Implements hook_update_last_removed().
StickyNode::getFieldsToUpdate function core/modules/node/src/Plugin/Action/StickyNode.php Gets an array of values to be set.
StorageComparer::addChangelistUpdate function core/lib/Drupal/Core/Config/StorageComparer.php Creates the update changelist.
StorageComparer::moveRenameToUpdate function core/lib/Drupal/Core/Config/StorageComparer.php Moves a rename operation to an update.
StorageComparerInterface::moveRenameToUpdate function core/lib/Drupal/Core/Config/StorageComparerInterface.php Moves a rename operation to an update.
StorageComparerTest::testCreateChangelistUpdate function core/tests/Drupal/Tests/Core/Config/StorageComparerTest.php @covers ::createChangelist[[api-linebreak]]
StorageReplaceDataWrapperTest::update function core/tests/Drupal/KernelTests/Core/Config/Storage/StorageReplaceDataWrapperTest.php
StringDatabaseStorage::dbStringUpdate function core/modules/locale/src/StringDatabaseStorage.php Updates string object in the database.
StringDatabaseStorage::updateLocation function core/modules/locale/src/StringDatabaseStorage.php Update locations for string.
StubConnection::update function core/tests/Drupal/Tests/Core/Database/Stub/StubConnection.php Prepares and returns an UPDATE query object.
syslog_update_last_removed function core/modules/syslog/syslog.install Implements hook_update_last_removed().
system.post_update.php file core/modules/system/system.post_update.php Post update functions for System.
SystemDateSettingsUpdateTest class core/modules/system/tests/src/Functional/Update/SystemDateSettingsUpdateTest.php Tests system.date:country.default and system.date:timezone.default values.
SystemDateSettingsUpdateTest.php file core/modules/system/tests/src/Functional/Update/SystemDateSettingsUpdateTest.php
SystemDateSettingsUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/Update/SystemDateSettingsUpdateTest.php The theme to install as the default for testing.
SystemDateSettingsUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/SystemDateSettingsUpdateTest.php Set database dump files to be used.
SystemDateSettingsUpdateTest::testUpdate function core/modules/system/tests/src/Functional/Update/SystemDateSettingsUpdateTest.php Tests update of system.date:country.default & system.date:country.default.
SystemUpdate7000 class core/modules/system/src/Plugin/migrate/process/d6/SystemUpdate7000.php Rename blog and forum permissions to be consistent with other content types.

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