| aaa_update_test.info.yml |
file |
core/modules/update/tests/modules/aaa_update_test/aaa_update_test.info.yml |
core/modules/update/tests/modules/aaa_update_test/aaa_update_test.info.yml |
| access_check.db_update |
service |
core/modules/system/system.services.yml |
Drupal\system\Access\DbUpdateAccessCheck |
| access_check.update.manager_access |
service |
core/modules/update/update.services.yml |
Drupal\update\Access\UpdateManagerAccessCheck |
| ActiveWorkspaceUpdateTest |
class |
core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php |
Tests that there is no active workspace during database updates. |
| ActiveWorkspaceUpdateTest.php |
file |
core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php |
|
| ActiveWorkspaceUpdateTest::$defaultTheme |
property |
core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php |
The theme to install as the default for testing. |
| ActiveWorkspaceUpdateTest::$modules |
property |
core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php |
Modules to install. |
| ActiveWorkspaceUpdateTest::setUp |
function |
core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php |
|
| ActiveWorkspaceUpdateTest::testActiveWorkspaceDuringUpdate |
function |
core/modules/workspaces/tests/src/Functional/UpdateSystem/ActiveWorkspaceUpdateTest.php |
Tests that there is no active workspace during database updates. |
| AddFormBase::updateFormCallback |
function |
core/modules/media_library/src/Form/AddFormBase.php |
AJAX callback to update the entire form based on source field input. |
| AddFormBase::updateLibrary |
function |
core/modules/media_library/src/Form/AddFormBase.php |
AJAX callback to send the new media item(s) to the media library. |
| AddFormBase::updateWidget |
function |
core/modules/media_library/src/Form/AddFormBase.php |
AJAX callback to send the new media item(s) to the calling code. |
| AjaxCommandsTest::testUpdateBuildIdCommand |
function |
core/tests/Drupal/Tests/Core/Ajax/AjaxCommandsTest.php |
Tests update build id command. |
| AjaxFormBlock::updateOptions |
function |
core/modules/system/tests/modules/ajax_forms_test/src/Plugin/Block/AjaxFormBlock.php |
Updates the options of a select list. |
| AlertsJsonFeedTest::testAnnounceFeedUpdatedAndRemoved |
function |
core/modules/announcements_feed/tests/src/FunctionalJavascript/AlertsJsonFeedTest.php |
Check the status of the announcements when the feed is updated and removed. |
| AnnounceFetcherUserTest::providerShowUpdatedAnnouncements |
function |
core/modules/announcements_feed/tests/src/Kernel/AnnounceFetcherUserTest.php |
Data provider for testAllAnnouncements(). |
| BatchKernelTest::testNeedsUpdate |
function |
core/tests/Drupal/KernelTests/Core/Batch/BatchKernelTest.php |
Tests _batch_needs_update(). |
| BatchStorage::update |
function |
core/lib/Drupal/Core/Batch/BatchStorage.php |
Updates a batch. |
| BatchStorage::update |
function |
core/lib/Drupal/Core/ProxyClass/Batch/BatchStorage.php |
Updates a batch. |
| BatchStorageInterface::update |
function |
core/lib/Drupal/Core/Batch/BatchStorageInterface.php |
Updates a batch. |
| bbb_update_test.info.yml |
file |
core/modules/update/tests/modules/bbb_update_test/bbb_update_test.info.yml |
core/modules/update/tests/modules/bbb_update_test/bbb_update_test.info.yml |
| big_pipe.post_update.php |
file |
core/modules/big_pipe/big_pipe.post_update.php |
Post update functions for Big Pipe. |
| big_pipe_removed_post_updates |
function |
core/modules/big_pipe/big_pipe.post_update.php |
Implements hook_removed_post_updates(). |
| block.post_update.php |
file |
core/modules/block/block.post_update.php |
Post update functions for Block. |
| BlockConfigUpdater |
class |
core/modules/block/src/BlockConfigUpdater.php |
Provides a BC layer for modules providing old configurations. |
| BlockConfigUpdater.php |
file |
core/modules/block/src/BlockConfigUpdater.php |
|
| BlockConfigUpdater::$deprecationsEnabled |
property |
core/modules/block/src/BlockConfigUpdater.php |
Flag determining whether deprecations should be triggered. |
| BlockConfigUpdater::$triggeredDeprecations |
property |
core/modules/block/src/BlockConfigUpdater.php |
Stores which deprecations were triggered. |
| BlockConfigUpdater::needsInfoStatusSettingsRemoved |
function |
core/modules/block/src/BlockConfigUpdater.php |
Checks if the block contains deprecated info and status settings. |
| BlockConfigUpdater::setDeprecationsEnabled |
function |
core/modules/block/src/BlockConfigUpdater.php |
Sets the deprecations enabling status. |
| BlockConfigUpdater::updateBlock |
function |
core/modules/block/src/BlockConfigUpdater.php |
Performs the required update. |
| BlockContentRemoveListingEmptyUpdateTest |
class |
core/modules/block_content/tests/src/Functional/Update/BlockContentRemoveListingEmptyUpdateTest.php |
Tests the removal of the empty listing plugin. |
| BlockContentRemoveListingEmptyUpdateTest.php |
file |
core/modules/block_content/tests/src/Functional/Update/BlockContentRemoveListingEmptyUpdateTest.php |
|
| BlockContentRemoveListingEmptyUpdateTest::setDatabaseDumpFiles |
function |
core/modules/block_content/tests/src/Functional/Update/BlockContentRemoveListingEmptyUpdateTest.php |
Set database dump files to be used. |
| BlockContentRemoveListingEmptyUpdateTest::testBlockContentPostUpdateRemoveBlockContentListingEmpty |
function |
core/modules/block_content/tests/src/Functional/Update/BlockContentRemoveListingEmptyUpdateTest.php |
Tests the upgrade path to remove the empty listing plugin. |
| BlockContentStatusInfoUpdatePathTest |
class |
core/modules/block_content/tests/src/Functional/Update/BlockContentStatusInfoUpdatePathTest.php |
Tests block_content_post_update_remove_block_content_status_info_keys. |
| BlockContentStatusInfoUpdatePathTest.php |
file |
core/modules/block_content/tests/src/Functional/Update/BlockContentStatusInfoUpdatePathTest.php |
|
| BlockContentStatusInfoUpdatePathTest::setDatabaseDumpFiles |
function |
core/modules/block_content/tests/src/Functional/Update/BlockContentStatusInfoUpdatePathTest.php |
Set database dump files to be used. |
| 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(). |
| BlockItemsPerPageUpdateTest |
class |
core/modules/views/tests/src/Functional/Update/BlockItemsPerPageUpdateTest.php |
Tests Block Items Per Page Update. |
| 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 |
Tests Block Weight Update. |
| 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_listing_empty |
function |
core/modules/block_content/block_content.post_update.php |
Remove block_content_listing_empty from views. |