Search for update

  1. Search 7.x for update
  2. Search 8.9.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/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/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/DrivertestMysqlDeprecatedVersion/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/modules/pgsql/src/Driver/Database/pgsql/Update.php PostgreSQL implementation of \Drupal\Core\Database\Query\Update.
Update class core/tests/fixtures/database_drivers/module/corefake/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
ClassyUninstallUpdateTest class core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php Ensures that update hook uninstalls Classy when it's no longer needed.
ClassyUninstallUpdateTest.php file core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php
ClassyUninstallUpdateTest::setDatabaseDumpFiles function core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php Set database dump files to be used.
ClassyUninstallUpdateTest::testUpdate function core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php Ensures that Classy is disabled if it's no longer needed.
ClassyUninstallUpdateTest::testUpdateClassyNeeded function core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php Ensures that updates run without errors when Classy is still needed.
ClassyUninstallUpdateTest::testUpdateClassyNotInstalled function core/modules/system/tests/src/Functional/Update/ClassyUninstallUpdateTest.php Ensures that updates run without errors when Classy is not installed.
comment.post_update.php file core/modules/comment/comment.post_update.php Post update functions for the comment module.
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.
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_removed_post_updates function core/modules/comment/comment.post_update.php Implements hook_removed_post_updates().
comment_update_last_removed function core/modules/comment/comment.install Implements hook_update_last_removed().
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 an 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::doOne function core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php Apply the callback an entity and save it if the callback makes changes.
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.
ConfigEntityUpdaterTest.php file core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php
ConfigEntityUpdaterTest::$modules property core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php Modules to enable.
ConfigEntityUpdaterTest::testUpdate function core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php @covers ::update
ConfigEntityUpdaterTest::testUpdateDefaultCallback function core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php @covers ::update
ConfigEntityUpdaterTest::testUpdateException function core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php @covers ::update
ConfigEntityUpdaterTest::testUpdateOncePerUpdateException function core/tests/Drupal/KernelTests/Core/Config/Entity/ConfigEntityUpdaterTest.php @covers ::update
ConfigImporterTest::testSecondaryUpdateDeletedDeleteeFirst function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that secondary updates for deleted files work as expected.
ConfigImporterTest::testSecondaryUpdateDeletedDeleterFirst function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests that secondary updates for deleted files work as expected.
ConfigImporterTest::testUpdated function core/tests/Drupal/KernelTests/Core/Config/ConfigImporterTest.php Tests updating of configuration during import.
ConfigImportUITest::prepareSiteNameUpdate function core/modules/config/tests/src/Functional/ConfigImportUITest.php
ConfigSingleExportForm::updateConfigurationType function core/modules/config/src/Form/ConfigSingleExportForm.php Handles switching the configuration type selector.
ConfigSingleExportForm::updateExport function core/modules/config/src/Form/ConfigSingleExportForm.php Handles switching the export textarea.
ConfigStorageTestBase::update function core/tests/Drupal/KernelTests/Core/Config/Storage/ConfigStorageTestBase.php
ConfigTestForm::updateSize function core/modules/config/tests/config_test/src/ConfigTestForm.php Ajax callback for the size selection element.

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