You are here

16 calls to Drupal::entityDefinitionUpdateManager() in Drupal 10

contact_storage_test_install in core/modules/contact/tests/modules/contact_storage_test/contact_storage_test.install
Implements hook_install().
EntityDefinitionTestTrait::applyEntityUpdates in core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php
Applies all the detected valid changes.
EntityDefinitionUpdateTest::testBundleFieldUpdateWithEntityTypeSchemaUpdate in core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php
Tests updating a bundle field when the entity type schema has changed.
EntityTestTest::createEntity in core/modules/jsonapi/tests/src/Functional/EntityTestTest.php
entity_test_update_8001 in core/modules/system/tests/modules/entity_test/update/entity_definition_updates_8001.inc
Makes the 'user_id' field multiple and migrate its data.
entity_test_update_8002 in core/modules/system/tests/modules/entity_test/update/entity_definition_updates_8002.inc
Makes the 'user_id' field single and migrate its data.
field_test_entity_info_translatable in core/modules/field/tests/modules/field_test/field_test.entity.inc
Helper function to enable entity translations.
install_core_entity_type_definitions in core/includes/install.core.inc
Installs entity type definitions provided by core.
ModuleInstaller::install in core/lib/Drupal/Core/Extension/ModuleInstaller.php
ModuleInstaller::uninstall in core/lib/Drupal/Core/Extension/ModuleInstaller.php
system_modules_uninstalled in core/modules/system/system.module
Implements hook_modules_uninstalled().
system_requirements in core/modules/system/system.install
Implements hook_requirements().
UpdatePathTestTrait::runUpdates in core/tests/Drupal/Tests/UpdatePathTestTrait.php
Helper function to run pending database updates.
WorkspacesUninstallTest::testUninstallingWorkspace in core/modules/workspaces/tests/src/Functional/WorkspacesUninstallTest.php
Tests deleting workspace entities and uninstalling Workspaces module.
workspaces_module_preinstall in core/modules/workspaces/workspaces.install
Implements hook_module_preinstall().
_content_translation_install_field_storage_definitions in core/modules/content_translation/content_translation.module
Installs Content Translation's fields for a given entity type.