You are here

service entity.definition_update_manager in Drupal 8

Same name and namespace in other branches
  1. 9 core/core.services.yml \entity.definition_update_manager
  2. 10 core/core.services.yml \entity.definition_update_manager

Class

Drupal\Core\Entity\EntityDefinitionUpdateManager
11 string references to entity.definition_update_manager
CommentHostnameUpdateTest::testCommentUpdate8600 in core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php
Tests comment_update_8600().
comment_update_8300 in core/modules/comment/comment.install
Update status field.
comment_update_8400 in core/modules/comment/comment.install
Update the status field.
Drupal::entityDefinitionUpdateManager in core/lib/Drupal.php
Returns the entity definition update manager.
EntityDefinitionUpdateTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php

... See full list

File

core/core.services.yml
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'