| 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. |