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(). |
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. |
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 a cache hit, then item updated by a different request. |
CacheCollectorTest::testUpdateCacheNoChanges |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests updating the cache when no changes were made. |
CacheCollectorTest::testUpdateCacheRace |
function |
core/tests/Drupal/Tests/Core/Cache/CacheCollectorTest.php |
Tests a cache miss, then item created by another request. |
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 |
Updates configuration data in the storage. |
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 |
ChangePromotedDefaultTest::testRunUpdates |
function |
core/modules/node/tests/src/Functional/Update/ChangePromotedDefaultTest.php |
Tests run updates. |
ckeditor5.post_update.php |
file |
core/modules/ckeditor5/ckeditor5.post_update.php |
Post update functions for CKEditor 5. |
ckeditor5_post_update_list_type |
function |
core/modules/ckeditor5/ckeditor5.post_update.php |
Updates Text Editors using CKEditor 5 to native List "type" functionality. |
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 |
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_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 |
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 |
Tests save update. |
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. |