Same name and namespace in other branches
  1. 8.9.x core/core.services.yml \entity.last_installed_schema.repository
  2. 9 core/core.services.yml \entity.last_installed_schema.repository

Class

Drupal\Core\Entity\EntityLastInstalledSchemaRepository
11 string references to entity.last_installed_schema.repository
content_translation_entity_base_field_info in core/modules/content_translation/content_translation.module
Implements hook_entity_base_field_info().
EntityDefinitionTestTrait::applyEntityUpdates in core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php
Applies all the detected valid changes.
EntityDefinitionTestTrait::doEntityUpdate in core/modules/system/tests/src/Functional/Entity/Traits/EntityDefinitionTestTrait.php
Performs an entity type definition update.
EntityDefinitionUpdateTest::testBaseFieldDeleteWithExistingData in core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php
Tests deleting a base field when it has existing data.
EntityDefinitionUpdateTest::testBundleFieldDeleteWithExistingData in core/tests/Drupal/KernelTests/Core/Entity/EntityDefinitionUpdateTest.php
Tests deleting a bundle field when it has existing data.

... See full list

File

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

View source
  1. class: Drupal\Core\Entity\EntityLastInstalledSchemaRepository
  2. arguments:
  3. - '@keyvalue'
  4. - '@cache.discovery'