| DbUpdateNegotiator.php |
file |
core/modules/system/src/Theme/DbUpdateNegotiator.php |
|
| DbUpdateNegotiator::$configFactory |
property |
core/modules/system/src/Theme/DbUpdateNegotiator.php |
The config factory. |
| DbUpdateNegotiator::$themeHandler |
property |
core/modules/system/src/Theme/DbUpdateNegotiator.php |
The theme handler. |
| DbUpdateNegotiator::applies |
function |
core/modules/system/src/Theme/DbUpdateNegotiator.php |
Whether this theme negotiator should be used to set the theme. |
| DbUpdateNegotiator::determineActiveTheme |
function |
core/modules/system/src/Theme/DbUpdateNegotiator.php |
Determine the active theme for the request. |
| DbUpdateNegotiator::__construct |
function |
core/modules/system/src/Theme/DbUpdateNegotiator.php |
Constructs a DbUpdateNegotiator. |
| db_update.php |
file |
core/modules/package_manager/tests/fixtures/db_update.php |
Contains a fake database update function for testing. |
| DefaultSelection::validateTargetBundlesUpdate |
function |
core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php |
Validates a target_bundles_update element. |
| DefaultTableMappingIntegrationTest::$entityDefinitionUpdateManager |
property |
core/tests/Drupal/KernelTests/Core/Entity/DefaultTableMappingIntegrationTest.php |
The entity definition update manager. |
| DemoteNode::getFieldsToUpdate |
function |
core/modules/node/src/Plugin/Action/DemoteNode.php |
Gets an array of values to be set. |
| DependencyHookInvocationTest::testHookUpdateDependencies |
function |
core/modules/system/tests/src/Functional/UpdateSystem/DependencyHookInvocationTest.php |
Tests the structure of the array returned by hook_update_dependencies(). |
| DependencyMissingTest::testMissingUpdate |
function |
core/modules/system/tests/src/Functional/UpdateSystem/DependencyMissingTest.php |
Tests updating with a missing dependency. |
| DependencyOrderingTest::testUpdateOrderingModuleInterdependency |
function |
core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php |
Tests that dependencies between modules are resolved correctly. |
| DependencyOrderingTest::testUpdateOrderingSingleModule |
function |
core/modules/system/tests/src/Functional/UpdateSystem/DependencyOrderingTest.php |
Tests that updates within a single module run in the correct order. |
| DevReleaseTest::testSecurityUpdateEmptyProjectTimestamp |
function |
core/modules/update/tests/src/Kernel/DevReleaseTest.php |
Tests security updates are empty with a dev version and an empty timestamp. |
| DevReleaseTest::testSecurityUpdates |
function |
core/modules/update/tests/src/Kernel/DevReleaseTest.php |
Tests security updates when the installed version is a dev version. |
| DisplayModeUpdateTest |
class |
core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php |
Ensure display modes are updated when fields are created. |
| DisplayModeUpdateTest.php |
file |
core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php |
|
| DisplayModeUpdateTest::$defaultFormDisplayName |
property |
core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php |
The default form display name. |
| DisplayModeUpdateTest::$defaultViewDisplayName |
property |
core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php |
The default view display name. |
| DisplayModeUpdateTest::$foobarFormDisplayName |
property |
core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php |
The alternate form display name. |
| DisplayModeUpdateTest::$foobarViewDisplayName |
property |
core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php |
The alternate view display name. |
| DisplayModeUpdateTest::setUp |
function |
core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php |
Set the default field storage backend for fields created during tests. |
| DisplayModeUpdateTest::testDisplayModeUpdateAfterFieldCreation |
function |
core/modules/field/tests/src/Kernel/DisplayModeUpdateTest.php |
Ensure display modes are updated when fields are created. |
| downgrade_prevention_test_update_11102 |
function |
core/modules/system/tests/modules/downgrade_prevention_test/downgrade_prevention_test.install |
A hook_update_N that is equivalent update to 10400. |
| drupal-8.update-test-schema-enabled.php |
file |
core/modules/system/tests/fixtures/update/drupal-8.update-test-schema-enabled.php |
Partial database to mimic the installation of the update_test_schema module. |
| drupal-8.update-test-semver-update-n-enabled.php |
file |
core/modules/system/tests/fixtures/update/drupal-8.update-test-semver-update-n-enabled.php |
Database to mimic the installation of the update_test_semver_update_n module. |
| Drupal::entityDefinitionUpdateManager |
function |
core/lib/Drupal.php |
Returns the entity definition update manager. |
| DrupalKernel::updateModules |
function |
core/lib/Drupal/Core/DrupalKernel.php |
Implements Drupal\Core\DrupalKernelInterface::updateModules(). |
| DrupalKernel::updateThemes |
function |
core/lib/Drupal/Core/DrupalKernel.php |
Updates the kernel's list of themes to the new list. |
| DrupalKernelInterface::updateModules |
function |
core/lib/Drupal/Core/DrupalKernelInterface.php |
Updates the kernel's list of modules to the new list. |
| DrupalKernelInterface::updateThemes |
function |
core/lib/Drupal/Core/DrupalKernelInterface.php |
Updates the kernel's list of themes to the new list. |
| Drupal\block\BlockConfigUpdater |
service |
core/modules/block/block.services.yml |
|
| Drupal\node\NodeBulkUpdate |
service |
core/modules/node/node.services.yml |
|
| Drupal\package_manager\EventSubscriber\UpdateDataSubscriber |
service |
core/modules/package_manager/package_manager.services.yml |
|
| Drupal\package_manager\PackageManagerUpdateProcessor |
service |
core/modules/package_manager/package_manager.services.yml |
|
| Drupal\package_manager\Validator\PendingUpdatesValidator |
service |
core/modules/package_manager/package_manager.services.yml |
|
| Drupal\package_manager\Validator\SandboxDatabaseUpdatesValidator |
service |
core/modules/package_manager/package_manager.services.yml |
|
| Drupal\views\ViewsConfigUpdater |
service |
core/modules/views/views.services.yml |
|
| drupal_get_updaters |
function |
core/includes/common.inc |
Assembles the Drupal Updater registry. |
| drupal_load_updates |
function |
core/includes/install.inc |
Loads .install files for installed modules to initialize the update system. |
| editor.post_update.php |
file |
core/modules/editor/editor.post_update.php |
Post update functions for Editor. |
| EditorHooks::entityUpdate |
function |
core/modules/editor/src/Hook/EditorHooks.php |
Implements hook_entity_update(). |
| EditorTestHooks::entityUpdate |
function |
core/modules/editor/tests/modules/editor_test/src/Hook/EditorTestHooks.php |
Implements hook_entity_update(). |
| editor_removed_post_updates |
function |
core/modules/editor/editor.post_update.php |
Implements hook_removed_post_updates(). |
| editor_update_last_removed |
function |
core/modules/editor/editor.install |
Implements hook_update_last_removed(). |
| entity.definition_update_manager |
service |
core/core.services.yml |
Drupal\Core\Entity\EntityDefinitionUpdateManager |
| Entity::updateEntity |
function |
core/modules/migrate/src/Plugin/migrate/destination/Entity.php |
Updates an entity with the new values from row. |
| EntityApiTest::testUpdateWithId |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php |
Tests that resaving an entity with a different entity ID throws an exception. |
| EntityApiTest::testUpdateWithRevisionId |
function |
core/tests/Drupal/KernelTests/Core/Entity/EntityApiTest.php |
Tests that resaving a revision with a different revision ID throws an exception. |