entity.definition_update_manager

Same name and namespace in other branches
  1. 11.x core/core.services.yml \entity.definition_update_manager
  2. 10 core/core.services.yml \entity.definition_update_manager
  3. 9 core/core.services.yml \entity.definition_update_manager
  4. 8.9.x core/core.services.yml \entity.definition_update_manager

Class

Drupal\Core\Entity\EntityDefinitionUpdateManager
11 string references to entity.definition_update_manager
content_moderation_post_update_add_index_content_moderation_state_field_revision_moderation_state in core/modules/content_moderation/content_moderation.post_update.php
Add moderation_state index to content_moderation_state tables.
Drupal::entityDefinitionUpdateManager in core/lib/Drupal.php
Returns the entity definition update manager.
EntityDefinitionUpdateMultipleTypesTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateMultipleTypesTest.php
EntityDefinitionUpdateProviderTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateProviderTest.php
EntityDefinitionUpdateTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php

... See full list

File

core/core.services.yml

View source
  1. class: Drupal\Core\Entity\EntityDefinitionUpdateManager
  2. arguments:
  3. - '@entity_type.manager'
  4. - '@entity.last_installed_schema.repository'
  5. - '@entity_field.manager'
  6. - '@entity_type.listener'
  7. - '@field_storage_definition.listener'

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.