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 |
@covers \Drupal\Core\Ajax\UpdateBuildIdCommand[[api-linebreak]] |
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. |
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_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_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. |