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
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 Test that the breadcrumb is updated when book access changes.
BookBreadcrumbTest::testBreadcrumbTitleUpdates function core/modules/book/tests/src/Functional/BookBreadcrumbTest.php Test 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/BookManager.php Handles additions and updates to the book outline.
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 Updates book reference for links that were moved between books.
BookOutlineStorage::updateMovedChildren function core/modules/book/src/BookOutlineStorage.php Update the book ID of the book link that it's being moved.
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.
BooleanFilterValuesUpdateTest class core/modules/views/tests/src/Functional/Update/BooleanFilterValuesUpdateTest.php Tests the upgrade path for boolean field values.
BooleanFilterValuesUpdateTest.php file core/modules/views/tests/src/Functional/Update/BooleanFilterValuesUpdateTest.php
BooleanFilterValuesUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/BooleanFilterValuesUpdateTest.php Set database dump files to be used.
BooleanFilterValuesUpdateTest::testViewsPostUpdateBooleanFilterValues function core/modules/views/tests/src/Functional/Update/BooleanFilterValuesUpdateTest.php Tests that boolean filter values are updated properly.
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.
BulkFormUpdateTest class core/modules/views/tests/src/Functional/Update/BulkFormUpdateTest.php Tests Views image style dependencies update.
BulkFormUpdateTest.php file core/modules/views/tests/src/Functional/Update/BulkFormUpdateTest.php
BulkFormUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/BulkFormUpdateTest.php Set database dump files to be used.
BulkFormUpdateTest::testBulkFormDependencies function core/modules/views/tests/src/Functional/Update/BulkFormUpdateTest.php Tests the updating of dependencies for Views using the bulk_form plugin.
CacheabilityMetadataUpdateTest class core/modules/views/tests/src/Functional/Update/CacheabilityMetadataUpdateTest.php Tests that views cacheability metadata post update hook runs properly.
CacheabilityMetadataUpdateTest.php file core/modules/views/tests/src/Functional/Update/CacheabilityMetadataUpdateTest.php
CacheabilityMetadataUpdateTest::setDatabaseDumpFiles function core/modules/views/tests/src/Functional/Update/CacheabilityMetadataUpdateTest.php Set database dump files to be used.
CacheabilityMetadataUpdateTest::testUpdateHookN function core/modules/views/tests/src/Functional/Update/CacheabilityMetadataUpdateTest.php Tests that views cacheability metadata updated properly.
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.
CacheCollectorTest::testUpdateCacheDelete function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Tests updating the cache after a delete.
CacheCollectorTest::testUpdateCacheInvalidatedConflict function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Tests updating the cache when there is a conflict after cache invalidation.
CacheCollectorTest::testUpdateCacheLockFail function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Tests updating the cache when the lock acquire fails.
CacheCollectorTest::testUpdateCacheMerge function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Tests updating the cache when a different request
CacheCollectorTest::testUpdateCacheNoChanges function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Tests updating the cache when no changes were made.
CacheCollectorTest::testUpdateCacheReset function core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php Tests a reset of the cache collector.
CachedStorageTest::update function core/tests/Drupal/KernelTests/Core/Config/Storage/CachedStorageTest.php
ccc_update_test.info.yml file core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info.yml core/modules/update/tests/modules/ccc_update_test/ccc_update_test.info.yml
CKEditorAdminSortTrait::sortableUpdate function core/modules/ckeditor/tests/src/Traits/CKEditorAdminSortTrait.php Define to provide any necessary callback following layout change.
comment.post_update.php file core/modules/comment/comment.post_update.php Post update functions for the comment module.
CommentAdminViewUpdateTest class core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php Tests that comment admin view is enabled after update.
CommentAdminViewUpdateTest.php file core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php
CommentAdminViewUpdateTest::$modules property core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php Modules to enable after the database is loaded.
CommentAdminViewUpdateTest::setDatabaseDumpFiles function core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php Set database dump files to be used.
CommentAdminViewUpdateTest::testCommentAdminPostUpdateHook function core/modules/comment/tests/src/Functional/Update/CommentAdminViewUpdateTest.php Tests that comment admin view is enabled after update.

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