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
BlockContentStatusInfoUpdatePathTest::testRunUpdates function core/modules/block_content/tests/src/Functional/Update/BlockContentStatusInfoUpdatePathTest.php Tests block_content_post_update_remove_block_content_status_info_keys.
BlockContentTestHooks::blockContentUpdate function core/modules/block_content/tests/modules/block_content_test/src/Hook/BlockContentTestHooks.php Implements hook_ENTITY_TYPE_update().
BlockContentUpdateTest class core/modules/block_content/tests/src/Functional/Update/BlockContentUpdateTest.php Tests update functions for the Block Content module.
BlockContentUpdateTest.php file core/modules/block_content/tests/src/Functional/Update/BlockContentUpdateTest.php
BlockContentUpdateTest::setDatabaseDumpFiles function core/modules/block_content/tests/src/Functional/Update/BlockContentUpdateTest.php Set database dump files to be used.
BlockContentUpdateTest::testBlockLibraryPermissionsUpdate function core/modules/block_content/tests/src/Functional/Update/BlockContentUpdateTest.php Tests the permissions are updated for users with "administer blocks".
BlockContentUpdateTest::testConvertBlockContentTypeRevisionFlagToBoolean function core/modules/block_content/tests/src/Functional/Update/BlockContentUpdateTest.php Tests converting block types' `revision` flag to boolean.
BlockContentUpdateTest::testCustomBlockLibraryPathOverridden function core/modules/block_content/tests/src/Functional/Update/BlockContentUpdateTest.php Tests the block_content view isn't updated if the path has been modified.
BlockContentUpdateTest::testMoveCustomBlockLibraryToContent function core/modules/block_content/tests/src/Functional/Update/BlockContentUpdateTest.php Tests moving the content block library to Content.
BlockItemsPerPageUpdateTest class core/modules/views/tests/src/Functional/Update/BlockItemsPerPageUpdateTest.php @group Update
@covers views_post_update_block_items_per_page[[api-linebreak]]
BlockItemsPerPageUpdateTest.php file core/modules/views/tests/src/Functional/Update/BlockItemsPerPageUpdateTest.php
BlockItemsPerPageUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/BlockItemsPerPageUpdateTest.php Set database dump files to be used.
BlockItemsPerPageUpdateTest::testUpdateItemsPerPage function core/modules/views/tests/src/Functional/Update/BlockItemsPerPageUpdateTest.php Tests changing an `items_per_page` setting of `none` to NULL.
BlockWeightUpdateTest class core/modules/block/tests/src/Functional/BlockWeightUpdateTest.php @covers block_post_update_make_weight_integer[[api-linebreak]]
@group block
BlockWeightUpdateTest.php file core/modules/block/tests/src/Functional/BlockWeightUpdateTest.php
BlockWeightUpdateTest::setDatabaseDumpFiles function core/modules/block/tests/src/Functional/BlockWeightUpdateTest.php Set database dump files to be used.
BlockWeightUpdateTest::testRunUpdates function core/modules/block/tests/src/Functional/BlockWeightUpdateTest.php Tests update path for blocks' `weight` property.
block_content.post_update.php file core/modules/block_content/block_content.post_update.php Post update functions for Content Block.
block_content_post_update_remove_block_content_status_info_keys function core/modules/block_content/block_content.post_update.php Remove deprecated status and info keys from block_content blocks.
block_content_removed_post_updates function core/modules/block_content/block_content.post_update.php Implements hook_removed_post_updates().
block_content_test_block_content_update function core/modules/block_content/tests/modules/block_content_test/block_content_test.module Implements hook_block_content_update().
block_content_update_last_removed function core/modules/block_content/block_content.install Implements hook_update_last_removed().
block_post_update_make_weight_integer function core/modules/block/block.post_update.php Ensures that all block weights are integers.
block_post_update_set_menu_block_depth_to_null_if_zero function core/modules/block/block.post_update.php Updates the `depth` setting to NULL if it is 0 in any menu blocks.
block_removed_post_updates function core/modules/block/block.post_update.php Implements hook_removed_post_updates().
block_update_last_removed function core/modules/block/block.install Implements hook_update_last_removed().
Book::updateEntity function core/modules/book/src/Plugin/migrate/destination/Book.php Updates an entity with the new values from row.
BookBreadcrumbTest::testBreadcrumbAccessUpdates function core/modules/book/tests/src/Functional/BookBreadcrumbTest.php Tests that the breadcrumb is updated when book access changes.
BookBreadcrumbTest::testBreadcrumbTitleUpdates function core/modules/book/tests/src/Functional/BookBreadcrumbTest.php Tests that the breadcrumb is updated when book content changes.
BookManager::updateOriginalParent function core/modules/book/src/BookManager.php Updates the has_children flag of the parent of the original node.
BookManager::updateOutline function core/modules/book/src/ProxyClass/BookManager.php
BookManager::updateOutline function core/modules/book/src/BookManager.php
BookManager::updateParent function core/modules/book/src/BookManager.php Sets the has_children flag of the parent of the node.
BookManagerInterface::updateOutline function core/modules/book/src/BookManagerInterface.php Handles additions and updates to the book outline.
BookOutlineStorage::update function core/modules/book/src/BookOutlineStorage.php
BookOutlineStorage::updateMovedChildren function core/modules/book/src/BookOutlineStorage.php
BookOutlineStorageInterface::update function core/modules/book/src/BookOutlineStorageInterface.php Updates book reference for links that were moved between books.
BookOutlineStorageInterface::updateMovedChildren function core/modules/book/src/BookOutlineStorageInterface.php Update the book ID of the book link that it's being moved.
book_form_update function core/modules/book/book.module Renders a new parent page select element when the book selection changes.
book_node_type_update function core/modules/book/book.module Implements hook_ENTITY_TYPE_update() for node_type entities.
book_node_update function core/modules/book/book.module Implements hook_ENTITY_TYPE_update() for node entities.
BrokenCacheUpdateTest class core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php Ensures that a broken or out-of-date element info cache is not used.
BrokenCacheUpdateTest.php file core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php
BrokenCacheUpdateTest::$defaultTheme property core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php The theme to install as the default for testing.
BrokenCacheUpdateTest::setUp function core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php
BrokenCacheUpdateTest::testUpdate function core/modules/system/tests/src/Functional/UpdateSystem/BrokenCacheUpdateTest.php Ensures that a broken or out-of-date element info cache is not used.
CacheCollector::updateCache function core/lib/Drupal/Core/Cache/CacheCollector.php Writes a value to the persistent cache immediately.
CacheCollectorTest::testUpdateCache function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Tests updating the cache after a set.
CacheCollectorTest::testUpdateCacheClear function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Tests a clear of the cache collector.
CacheCollectorTest::testUpdateCacheClearTags function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Tests a clear of the cache collector using tags.

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