| ContentModerationHooks::workflowUpdate |
function |
core/modules/content_moderation/src/Hook/ContentModerationHooks.php |
Implements hook_ENTITY_TYPE_update(). |
| ContentModerationState::updateOrCreateFromEntity |
function |
core/modules/content_moderation/src/Entity/ContentModerationState.php |
Creates or updates an entity's moderation state whilst saving that entity. |
| ContentModerationStateIndexUpdatePathTest |
class |
core/modules/content_moderation/tests/src/Functional/Update/ContentModerationStateIndexUpdatePathTest.php |
Tests the upgrade path for adding an index to moderation state column. |
| ContentModerationStateIndexUpdatePathTest.php |
file |
core/modules/content_moderation/tests/src/Functional/Update/ContentModerationStateIndexUpdatePathTest.php |
|
| ContentModerationStateIndexUpdatePathTest::setDatabaseDumpFiles |
function |
core/modules/content_moderation/tests/src/Functional/Update/ContentModerationStateIndexUpdatePathTest.php |
Set database dump files to be used. |
| ContentModerationStateIndexUpdatePathTest::testRunUpdates |
function |
core/modules/content_moderation/tests/src/Functional/Update/ContentModerationStateIndexUpdatePathTest.php |
Tests the upgrade path for moderation state index. |
| ContentModerationStateTest::$entityDefinitionUpdateManager |
property |
core/modules/content_moderation/tests/src/Kernel/ContentModerationStateTest.php |
The entity definition update manager. |
| ContentTranslationConfigImportTest::testConfigImportUpdates |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationConfigImportTest.php |
Tests config import updates. |
| ContentTranslationEntityBundleInfoTest::testBundleClearOnLanguageContentSettingUpdate |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationEntityBundleInfoTest.php |
Tests that bundle translation setting changes are propagated. |
| ContentTranslationHooks::languageContentSettingsUpdate |
function |
core/modules/content_translation/src/Hook/ContentTranslationHooks.php |
Implements hook_ENTITY_TYPE_update(). |
| ContentTranslationModuleInstallTest::testFieldUpdates |
function |
core/modules/content_translation/tests/src/Kernel/ContentTranslationModuleInstallTest.php |
Tests that content translation fields are created upon module installation. |
| content_moderation.post_update.php |
file |
core/modules/content_moderation/content_moderation.post_update.php |
Post update functions for the Content Moderation module. |
| content_moderation_post_update_add_index_content_moderation_state_field_revision_moderation_state |
function |
core/modules/content_moderation/content_moderation.post_update.php |
Add moderation_state index to content_moderation_state tables. |
| content_moderation_removed_post_updates |
function |
core/modules/content_moderation/content_moderation.post_update.php |
Implements hook_removed_post_updates(). |
| content_moderation_update_last_removed |
function |
core/modules/content_moderation/content_moderation.install |
Implements hook_update_last_removed(). |
| content_translation_update_last_removed |
function |
core/modules/content_translation/content_translation.install |
Implements hook_update_last_removed(). |
| contextual.post_update.php |
file |
core/modules/contextual/contextual.post_update.php |
Post update functions for Contextual Links. |
| contextual_removed_post_updates |
function |
core/modules/contextual/contextual.post_update.php |
Implements hook_removed_post_updates(). |
| DatabaseStorageTest::update |
function |
core/tests/Drupal/KernelTests/Core/Config/Storage/DatabaseStorageTest.php |
Updates configuration data in the storage. |
| datetime_range.post_update.php |
file |
core/modules/datetime_range/datetime_range.post_update.php |
Post-update functions for Datetime Range module. |
| datetime_range_removed_post_updates |
function |
core/modules/datetime_range/datetime_range.post_update.php |
Implements hook_removed_post_updates(). |
| dblog.post_update.php |
file |
core/modules/dblog/dblog.post_update.php |
Post update functions for the Database Logging module. |
| dblog_removed_post_updates |
function |
core/modules/dblog/dblog.post_update.php |
Implements hook_removed_post_updates(). |
| dblog_update_last_removed |
function |
core/modules/dblog/dblog.install |
Implements hook_update_last_removed(). |
| DbUpdateAccessCheck |
class |
core/modules/system/src/Access/DbUpdateAccessCheck.php |
Access check for database update routes. |
| DbUpdateAccessCheck.php |
file |
core/modules/system/src/Access/DbUpdateAccessCheck.php |
|
| DbUpdateAccessCheck::access |
function |
core/modules/system/src/Access/DbUpdateAccessCheck.php |
Checks access to update.php. |
| DbUpdateController |
class |
core/modules/system/src/Controller/DbUpdateController.php |
Controller routines for database update routes. |
| DbUpdateController.php |
file |
core/modules/system/src/Controller/DbUpdateController.php |
|
| DbUpdateController::$account |
property |
core/modules/system/src/Controller/DbUpdateController.php |
The current user. |
| DbUpdateController::$bareHtmlPageRenderer |
property |
core/modules/system/src/Controller/DbUpdateController.php |
The bare HTML page renderer. |
| DbUpdateController::$cache |
property |
core/modules/system/src/Controller/DbUpdateController.php |
A cache backend interface. |
| DbUpdateController::$keyValueExpirableFactory |
property |
core/modules/system/src/Controller/DbUpdateController.php |
The keyvalue expirable factory. |
| DbUpdateController::$moduleHandler |
property |
core/modules/system/src/Controller/DbUpdateController.php |
The module handler. |
| DbUpdateController::$postUpdateRegistry |
property |
core/modules/system/src/Controller/DbUpdateController.php |
The post update registry. |
| DbUpdateController::$root |
property |
core/modules/system/src/Controller/DbUpdateController.php |
The app root. |
| DbUpdateController::$state |
property |
core/modules/system/src/Controller/DbUpdateController.php |
The state service. |
| DbUpdateController::batchFinished |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Finishes the update process and stores the results for eventual display. |
| DbUpdateController::create |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Instantiates a new instance of the implementing class using autowiring. |
| DbUpdateController::getModuleUpdates |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Retrieves module updates. |
| DbUpdateController::handle |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Returns a database update page. |
| DbUpdateController::helpfulLinks |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Provides links to the homepage and administration pages. |
| DbUpdateController::info |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Returns the info database update page. |
| DbUpdateController::requirements |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Renders a list of requirement errors or warnings. |
| DbUpdateController::results |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Displays results of the update script with any accompanying errors. |
| DbUpdateController::selection |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Renders a list of available database updates. |
| DbUpdateController::triggerBatch |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Starts the database update batch process. |
| DbUpdateController::updateTasksList |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Provides the update task list render array. |
| DbUpdateController::__construct |
function |
core/modules/system/src/Controller/DbUpdateController.php |
Constructs a new UpdateController. |
| DbUpdateNegotiator |
class |
core/modules/system/src/Theme/DbUpdateNegotiator.php |
Sets the active theme for the database update pages. |