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
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.
StagedDatabaseUpdateValidator::setExtensionsWithUpdates function core/modules/package_manager/tests/modules/package_manager_test_validation/src/StagedDatabaseUpdateValidator.php Sets the names of the extensions which should have staged database updates.
StagedDatabaseUpdateValidator::setState function core/modules/package_manager/tests/modules/package_manager_test_validation/src/StagedDatabaseUpdateValidator.php Sets the state service dependency.
StagedDBUpdateValidator class core/modules/package_manager/src/Validator/StagedDBUpdateValidator.php Flags a warning if there are database updates in a staged update.
StagedDBUpdateValidator.php file core/modules/package_manager/src/Validator/StagedDBUpdateValidator.php
StagedDBUpdateValidator::checkForStagedDatabaseUpdates function core/modules/package_manager/src/Validator/StagedDBUpdateValidator.php Checks that the staged update does not have changes to its install files.
StagedDBUpdateValidator::getExtensionsWithDatabaseUpdates function core/modules/package_manager/src/Validator/StagedDBUpdateValidator.php Gets extensions that have database updates in the stage directory.
StagedDBUpdateValidator::getSubscribedEvents function core/modules/package_manager/src/Validator/StagedDBUpdateValidator.php
StagedDBUpdateValidator::getUpdateFunctions function core/modules/package_manager/src/Validator/StagedDBUpdateValidator.php Returns a list of all update functions for a module.
StagedDBUpdateValidator::hasStagedUpdates function core/modules/package_manager/src/Validator/StagedDBUpdateValidator.php Determines if a staged extension has changed update functions.
StagedDBUpdateValidator::tokensMatchFunctionNamePattern function core/modules/package_manager/src/Validator/StagedDBUpdateValidator.php Determines if a set of tokens contain a function name matching a pattern.
StagedDBUpdateValidator::__construct function core/modules/package_manager/src/Validator/StagedDBUpdateValidator.php
StagedDBUpdateValidatorTest class core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php @covers \Drupal\package_manager\Validator\SandboxDatabaseUpdatesValidator[[api-linebreak]]
@group package_manager
@internal
StagedDBUpdateValidatorTest.php file core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php
StagedDBUpdateValidatorTest::providerStagedDatabaseUpdate function core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php Data provider for ::testStagedDatabaseUpdates().
StagedDBUpdateValidatorTest::setUp function core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php
StagedDBUpdateValidatorTest::testStagedDatabaseUpdate function core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php Tests validation of staged database updates.
StagedDBUpdateValidatorTest::testUnclaimedStage function core/modules/package_manager/tests/src/Kernel/StagedDBUpdateValidatorTest.php Tests that the validator disregards unclaimed stages.
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.

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