entity.definition_update_manager
Same name in other branches
- 9 core/core.services.yml \entity.definition_update_manager
- 8.9.x core/core.services.yml \entity.definition_update_manager
Class
Drupal\Core\Entity\EntityDefinitionUpdateManager10 string references to entity.definition_update_manager
- Drupal::entityDefinitionUpdateManager in core/
lib/ Drupal.php - Returns the entity definition update manager.
- EntityDefinitionUpdateProviderTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityDefinitionUpdateProviderTest.php - EntityDefinitionUpdateTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntityDefinitionUpdateTest.php - EntitySchemaTest::testPrimaryKeyUpdate in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ EntitySchemaTest.php - Tests deleting and creating a field that is part of a primary key.
- FieldableEntityDefinitionUpdateTest::setUp in core/
tests/ Drupal/ KernelTests/ Core/ Entity/ FieldableEntityDefinitionUpdateTest.php
File
-
core/
core.services.yml
View source
- class: Drupal\Core\Entity\EntityDefinitionUpdateManager
- arguments:
- - '@entity_type.manager'
- - '@entity.last_installed_schema.repository'
- - '@entity_field.manager'
- - '@entity_type.listener'
- - '@field_storage_definition.listener'
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.