Search for update

  1. Search 7.x for update
  2. Search 9.5.x for update
  3. Search 10.3.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/system/tests/modules/driver_test/src/Driver/Database/DrivertestMysql/Update.php MySQL test implementation of \Drupal\Core\Database\Query\Update.
Update class core/modules/system/tests/modules/driver_test/src/Driver/Database/DrivertestPgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Driver/sqlite/Update.php SQLite implementation of \Drupal\Core\Database\Query\Update.
Update class core/lib/Drupal/Core/Database/Driver/mysql/Update.php MySQL implementation of \Drupal\Core\Database\Query\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
CommentHostnameUpdateTest class core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php Tests that comment hostname settings are properly updated.
CommentHostnameUpdateTest.php file core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php
CommentHostnameUpdateTest::setDatabaseDumpFiles function core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php Set database dump files to be used.
CommentHostnameUpdateTest::testCommentPostUpdateAddIpAddressSetting function core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php Tests comment_post_update_add_ip_address_setting().
CommentHostnameUpdateTest::testCommentUpdate8600 function core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php Tests comment_update_8600().
CommentStatistics::update function core/modules/comment/src/CommentStatistics.php Update or insert comment statistics records after a comment is added.
CommentStatisticsInterface::update function core/modules/comment/src/CommentStatisticsInterface.php Update or insert comment statistics records after a comment is added.
CommentUpdateTest class core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php Tests that comment settings are properly updated during database updates.
CommentUpdateTest.php file core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php
CommentUpdateTest::setDatabaseDumpFiles function core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php Set database dump files to be used.
CommentUpdateTest::testCommentEntityTypeAndFieldNameRequired function core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php Tests whether the 'entity_type' and 'field_name' columns are required.
CommentUpdateTest::testCommentEntityTypeAndFieldUpdateRequirementsCheck function core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php Test the update hook requirements check for 8701.
CommentUpdateTest::testCommentUpdate8101 function core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php Tests comment_update_8200().
CommentUpdateTest::testOwnerEntityKey function core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php Tests that the comment entity type has an 'owner' entity key.
CommentUpdateTest::testPublishedEntityKey function core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php Tests that the comment entity type has a 'published' entity key.
comment_field_config_update function core/modules/comment/comment.module Implements hook_ENTITY_TYPE_update() for 'field_config'.
comment_node_update_index function core/modules/comment/comment.module Implements hook_node_update_index().
comment_post_update_add_ip_address_setting function core/modules/comment/comment.post_update.php Add comment settings.
comment_post_update_enable_comment_admin_view function core/modules/comment/comment.post_update.php Enable the comment admin view.
comment_update_8001 function core/modules/comment/comment.install Clear caches to fix Comment entity list builder and operations Views field.
comment_update_8002 function core/modules/comment/comment.install Clear caches to fix Comment Views context filter.
comment_update_8200 function core/modules/comment/comment.install Add the 'view_mode' setting to displays having 'comment_default' formatter.
comment_update_8300 function core/modules/comment/comment.install Update status field.
comment_update_8301 function core/modules/comment/comment.install Set the 'published' entity key.
comment_update_8400 function core/modules/comment/comment.install Update the status field.
comment_update_8600 function core/modules/comment/comment.install Configure the comment hostname base field to use a default value callback.
comment_update_8700 function core/modules/comment/comment.install Set the 'owner' entity key and update the field.
comment_update_8701 function core/modules/comment/comment.install Make the 'entity_type' and 'field_name' comment fields required.
ConfigDependencyManager::updateData function core/lib/Drupal/Core/Config/Entity/ConfigDependencyManager.php Updates one of the lightweight ConfigEntityDependency objects.
ConfigEntityImportTest::assertConfigUpdateImport function core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php Asserts that config entities are updated during import.
ConfigEntityImportTest::doActionUpdate function core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php Tests updating a action during import.
ConfigEntityImportTest::doBlockUpdate function core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php Tests updating a block during import.
ConfigEntityImportTest::doFilterFormatUpdate function core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php Tests updating a filter format during import.
ConfigEntityImportTest::doImageStyleUpdate function core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php Tests updating an image style during import.
ConfigEntityImportTest::doSearchPageUpdate function core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php Tests updating a search page during import.
ConfigEntityImportTest::doThirdPartySettingsUpdate function core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php Tests updating of third party settings.
ConfigEntityImportTest::testConfigUpdateImport function core/modules/system/tests/src/Kernel/Entity/ConfigEntityImportTest.php Runs test methods for each module within a single test run.
ConfigEntityStorage::importUpdate function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Updates entities upon synchronizing configuration changes.
ConfigEntityStorage::updateFromStorageRecord function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php Updates a configuration entity from storage values.
ConfigEntityStorageInterface::updateFromStorageRecord function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorageInterface.php Updates a configuration entity from storage values.
ConfigEntityStorageTest::testSaveUpdate function core/tests/Drupal/Tests/Core/Config/Entity/ConfigEntityStorageTest.php @covers ::save
@covers ::doSave
ConfigEntityUpdater class core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php A utility class to make updating configuration entities simple.
ConfigEntityUpdater.php file core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php
ConfigEntityUpdater::$batchSize property core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php The number of entities to process in each batch.
ConfigEntityUpdater::$entityTypeManager property core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php The entity type manager.
ConfigEntityUpdater::create function core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php Instantiates a new instance of this class.
ConfigEntityUpdater::SANDBOX_KEY constant core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php The key used to store information in the update sandbox.
ConfigEntityUpdater::update function core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php Updates configuration entities as part of a Drupal update.
ConfigEntityUpdater::__construct function core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php ConfigEntityUpdater constructor.
ConfigEntityUpdaterTest class core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php Tests \Drupal\Core\Config\Entity\ConfigEntityUpdater.

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