You are here

service entity.definition_update_manager in Zircon Profile 8

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

Class

Drupal\Core\Entity\EntityDefinitionUpdateManager
6 string references to entity.definition_update_manager
BaseFieldAccessTest::setUp in core/modules/views/src/Tests/Entity/BaseFieldAccessTest.php
Sets up a Drupal site for running functional and integration tests.
Drupal::entityDefinitionUpdateManager in core/lib/Drupal.php
Returns the entity definition update manager.
EntityDefinitionUpdateTest::setUp in core/modules/system/src/Tests/Entity/EntityDefinitionUpdateTest.php
Performs setup tasks before each individual test method is run.
FieldModuleUninstallValidatorTest::setUp in core/modules/system/src/Tests/Field/FieldModuleUninstallValidatorTest.php
Performs setup tasks before each individual test method is run.
UpdateApiEntityDefinitionUpdateTest::setUp in core/modules/system/src/Tests/Entity/Update/UpdateApiEntityDefinitionUpdateTest.php
Sets up a Drupal site for running functional and integration tests.

... See full list

File

core/core.services.yml
core/core.services.yml

View source
  1. class: Drupal\Core\Entity\EntityDefinitionUpdateManager
  2. arguments:
  3. - '@entity.manager'