60 calls to Drupal::entityDefinitionUpdateManager()
- aggregator_update_8200 in core/
modules/ aggregator/ aggregator.install - Make the 'Source feed' field for aggregator items required.
- aggregator_update_8501 in core/
modules/ aggregator/ aggregator.install - Add a default value for the 'Refresh' field for aggregator feed entities.
- BlockContentReusableUpdateTest::testReusableFieldAddition in core/
modules/ block_content/ tests/ src/ Functional/ Update/ BlockContentReusableUpdateTest.php - Tests adding 'reusable' entity base field to the block content entity type.
- BlockContentUpdateTest::testSimpleUpdates in core/
modules/ block_content/ tests/ src/ Functional/ Update/ BlockContentUpdateTest.php - Tests the revision metadata fields and revision data table additions.
- BlockContentUpdateTest::testStatusFieldAddition in core/
modules/ block_content/ tests/ src/ Functional/ Update/ BlockContentUpdateTest.php - Tests adding a status field to the block content entity type.
- block_content_update_8300 in core/
modules/ block_content/ block_content.install - Fix the block_content entity type to specify its revision data table.
- block_content_update_8400 in core/
modules/ block_content/ block_content.install - Add a publishing status field for block_content entities.
- comment_update_8301 in core/
modules/ comment/ comment.install - Set the 'published' entity key.
- comment_update_8600 in core/
modules/ comment/ comment.install - Configure the comment hostname base field to use a default value callback.
- comment_update_8700 in core/
modules/ comment/ comment.install - Set the 'owner' entity key and update the field.
- comment_update_8701 in core/
modules/ comment/ comment.install - Make the 'entity_type' and 'field_name' comment fields required.
- contact_storage_test_install in core/
modules/ contact/ tests/ modules/ contact_storage_test/ contact_storage_test.install - Implements hook_install().
- ContentTranslationUpdateTest::setUp in core/
modules/ content_translation/ tests/ src/ Functional/ Update/ ContentTranslationUpdateTest.php - Overrides WebTestBase::setUp() for update testing.
- content_moderation_update_8700 in core/
modules/ content_moderation/ content_moderation.install - Set the 'owner' entity key and update the field.
- content_translation_update_8400 in core/
modules/ content_translation/ content_translation.install - Fix the initial values for content translation metadata fields.
- EntityDefinitionUpdateTest::testBundleFieldUpdateWithEntityTypeSchemaUpdate in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityDefinitionUpdateTest.php - Tests updating a bundle field when the entity type schema has changed.
- EntityUpdateToPublishableTest::setUp in core/
modules/ system/ tests/ src/ Functional/ Update/ EntityUpdateToPublishableTest.php - Overrides WebTestBase::setUp() for update testing.
- entity_test_schema_converter_post_update_make_revisionable in core/
modules/ system/ tests/ modules/ entity_test_schema_converter/ entity_test_schema_converter.post_update.php - Update entity_test_update to be revisionable.
- 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.
- entity_test_update_update_8400 in core/
modules/ system/ tests/ modules/ entity_test_update/ update/ entity_rev_pub_updates_8400.inc - Add the 'published' entity key to entity_test_update.
- field_test_entity_info_translatable in core/
modules/ field/ tests/ modules/ field_test/ field_test.entity.inc - Helper function to enable entity translations.
- file_update_8700 in core/
modules/ file/ file.install - Set the 'owner' entity key and update the field.
- install_core_entity_type_definitions in core/
includes/ install.core.inc - Installs entity type definitions provided by core.
- media_update_8700 in core/
modules/ media/ media.install - Set the 'owner' entity key and update the field.
- menu_link_content_post_update_make_menu_link_content_revisionable in core/
modules/ menu_link_content/ menu_link_content.post_update.php - Update custom menu links to be revisionable.
- menu_link_content_update_8601 in core/
modules/ menu_link_content/ menu_link_content.install - Add the publishing status entity key to custom menu links.
- ModuleInstaller::install in core/
lib/ Drupal/ Core/ Extension/ ModuleInstaller.php - Installs a given list of modules.
- ModuleInstaller::uninstall in core/
lib/ Drupal/ Core/ Extension/ ModuleInstaller.php - Uninstalls a given list of modules.
- node_update_8002 in core/
modules/ node/ node.install - Remove obsolete indexes from the node schema.
- node_update_8003 in core/
modules/ node/ node.install - Promote 'status' and 'uid' fields to entity keys.
- node_update_8301 in core/
modules/ node/ node.install - Set the 'published' entity key.
- node_update_8700 in core/
modules/ node/ node.install - Set the 'owner' entity key and update the field.
- path_post_update_create_language_content_settings in core/
modules/ path/ path.post_update.php - Create the language content settings configuration object for path aliases.
- path_update_8200 in core/
modules/ path/ path.install - Change the path field to computed for node and taxonomy_term.
- SqlContentEntityStorageSchemaColumnTest::testColumnUpdate in core/
modules/ field/ tests/ src/ Kernel/ Entity/ Update/ SqlContentEntityStorageSchemaColumnTest.php - Tests that column-level schema changes are detected for fields with data.
- SqlContentEntityStorageSchemaConverterTest::testConvertToRevisionable in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ SqlContentEntityStorageSchemaConverterTest.php - @covers ::convertToRevisionable
- SqlContentEntityStorageSchemaConverterTestBase::setUp in core/
modules/ system/ tests/ src/ Functional/ Entity/ Update/ SqlContentEntityStorageSchemaConverterTestBase.php - Overrides WebTestBase::setUp() for update testing.
- system_modules_uninstalled in core/
modules/ system/ system.module - Implements hook_modules_uninstalled().
- system_update_8004 in core/
modules/ system/ system.install - Add a (id, default_langcode, langcode) composite index to entities.
- system_update_8400 in core/
modules/ system/ system.install - Move revision metadata fields to the revision table.
- system_update_8402 in core/
modules/ system/ system.install - Add the 'revision_translation_affected' field to all entity types.
- system_update_8501 in core/
modules/ system/ system.install - Add the 'revision_default' field to all relevant entity types.
- system_update_8702 in core/
modules/ system/ system.install - Add the 'revision_translation_affected' entity key.
- system_update_8901 in core/
modules/ system/ system.install - Update the stored schema data for entity identifier fields.
- taxonomy_post_update_handle_publishing_status_addition_in_views in core/
modules/ taxonomy/ taxonomy.post_update.php - Add a 'published' = TRUE filter for all Taxonomy term views and converts existing ones that were using the 'content_translation_status' field.
- taxonomy_post_update_make_taxonomy_term_revisionable in core/
modules/ taxonomy/ taxonomy.post_update.php - Update taxonomy terms to be revisionable.
- taxonomy_update_8501 in core/
modules/ taxonomy/ taxonomy.install - Convert the custom taxonomy term hierarchy storage to a default storage.
- taxonomy_update_8502 in core/
modules/ taxonomy/ taxonomy.install - Copy hierarchy from {taxonomy_term_hierarchy} to {taxonomy_term__parent}.
- taxonomy_update_8601 in core/
modules/ taxonomy/ taxonomy.install - Add the publishing status fields to taxonomy terms.
- taxonomy_update_8701 in core/
modules/ taxonomy/ taxonomy.install - Add an index on the 'taxonomy_term__parent' field table.
- taxonomy_update_8702 in core/
modules/ taxonomy/ taxonomy.install - Fix the parent field langcode data.
- WorkspacesUpdateTest::testWorkspaceAssociationRemoval in core/
modules/ workspaces/ tests/ src/ Functional/ Update/ WorkspacesUpdateTest.php - Tests the move of workspace association data to a custom table.
- workspaces_module_preinstall in core/
modules/ workspaces/ workspaces.install - Implements hook_module_preinstall().
- workspaces_update_8801 in core/
modules/ workspaces/ workspaces.install - Add the 'workspace' revision metadata field on all supported entity types.
- workspaces_update_8802 in core/
modules/ workspaces/ workspaces.install - Add the 'parent' field to the 'workspace' entity type.
- workspaces_update_8803 in core/
modules/ workspaces/ workspaces.install - Remove the Workspace Association entity storage if necessary.
- _content_translation_install_field_storage_definitions in core/
modules/ content_translation/ content_translation.module - Installs Content Translation's fields for a given entity type.
- _layout_builder_bundle_has_no_layouts in core/
modules/ layout_builder/ layout_builder.post_update.php - Determines if there are zero layout overrides for the bundle.
- _layout_builder_bundle_has_no_translations in core/
modules/ layout_builder/ layout_builder.post_update.php - Determines if there are zero translations for the bundle.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.