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
CKEditor5UpdateImageToolbarItemTest::$defaultTheme property core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php The theme to install as the default for testing.
CKEditor5UpdateImageToolbarItemTest::getFilterHtmlRestrictions function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php Gets the configured restrictions for the `filter_html` filter plugin.
CKEditor5UpdateImageToolbarItemTest::getSourceEditingRestrictions function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php Gets the configured HTML restrictions for the Source Editing plugin.
CKEditor5UpdateImageToolbarItemTest::provider function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php Data provider for ::test().
CKEditor5UpdateImageToolbarItemTest::setDatabaseDumpFiles function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php Set database dump files to be used.
CKEditor5UpdateImageToolbarItemTest::test function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateImageToolbarItemTest.php Tests that `uploadImage` toolbar item is updated to `drupalInsertImage`.
CKEditor5UpdateListMultiBlockTest class core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateListMultiBlockTest.php @covers ckeditor5_post_update_list_multiblock
@group Update
@group ckeditor5
CKEditor5UpdateListMultiBlockTest.php file core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateListMultiBlockTest.php
CKEditor5UpdateListMultiBlockTest::$defaultTheme property core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateListMultiBlockTest.php The theme to install as the default for testing.
CKEditor5UpdateListMultiBlockTest::setDatabaseDumpFiles function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateListMultiBlockTest.php Set database dump files to be used.
CKEditor5UpdateListMultiBlockTest::test function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateListMultiBlockTest.php Tests that sites get the new `multiBlock` setting added.
CKEditor5UpdateOlStartReversed class core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateOlStartReversed.php @covers ckeditor5_post_update_list_start_reversed
@group Update
@group ckeditor5
CKEditor5UpdateOlStartReversed.php file core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateOlStartReversed.php
CKEditor5UpdateOlStartReversed::$defaultTheme property core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateOlStartReversed.php The theme to install as the default for testing.
CKEditor5UpdateOlStartReversed::setDatabaseDumpFiles function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateOlStartReversed.php Set database dump files to be used.
CKEditor5UpdateOlStartReversed::testUpdate function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdateOlStartReversed.php Test that sites with <ol start> or <ol reversed> opt in to the expanded UI.
CKEditor5UpdatePluginSettingsSortTest class core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdatePluginSettingsSortTest.php @covers ckeditor5_post_update_plugins_settings_export_order
@group Update
@group ckeditor5
CKEditor5UpdatePluginSettingsSortTest.php file core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdatePluginSettingsSortTest.php
CKEditor5UpdatePluginSettingsSortTest::$defaultTheme property core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdatePluginSettingsSortTest.php The theme to install as the default for testing.
CKEditor5UpdatePluginSettingsSortTest::setDatabaseDumpFiles function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdatePluginSettingsSortTest.php Set database dump files to be used.
CKEditor5UpdatePluginSettingsSortTest::testUpdatePluginSettingsSortEntitySave function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdatePluginSettingsSortTest.php Ensure settings for CKEditor 5 plugins are sorted by plugin key.
CKEditor5UpdatePluginSettingsSortTest::testUpdatePluginSettingsSortPostUpdate function core/modules/ckeditor5/tests/src/Functional/Update/CKEditor5UpdatePluginSettingsSortTest.php Ensure settings for CKEditor 5 plugins are sorted by plugin key.
ckeditor5_removed_post_updates function core/modules/ckeditor5/ckeditor5.post_update.php Implements hook_removed_post_updates().
comment.post_update.php file core/modules/comment/comment.post_update.php Post update functions for the comment module.
CommentHooks::fieldConfigUpdate function core/modules/comment/src/Hook/CommentHooks.php Implements hook_ENTITY_TYPE_update() for 'field_config'.
CommentHooks::nodeUpdateIndex function core/modules/comment/src/Hook/CommentHooks.php Implements hook_node_update_index().
CommentStatistics::update function core/modules/comment/src/CommentStatistics.php
CommentStatisticsInterface::update function core/modules/comment/src/CommentStatisticsInterface.php Update or insert comment statistics records after a comment is added.
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().
ConfigActionTest::testSimpleConfigUpdate function core/tests/Drupal/KernelTests/Core/Config/Action/ConfigActionTest.php
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
ConfigEntityStorage::updateFromStorageRecord function core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php
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
ConfigEntityUpdater::doOne function core/lib/Drupal/Core/Config/Entity/ConfigEntityUpdater.php Apply the callback an entity and save it if the callback makes changes.

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