You are here

service entity.last_installed_schema.repository in Drupal 9

Same name and namespace in other branches
  1. 8 core/core.services.yml \entity.last_installed_schema.repository

Class

Drupal\Core\Entity\EntityLastInstalledSchemaRepository
5 string references to entity.last_installed_schema.repository
ContentTranslationHandler::createInstance in core/modules/content_translation/src/ContentTranslationHandler.php
Instantiates a new instance of this entity handler.
EntityFieldManager::__construct in core/lib/Drupal/Core/Entity/EntityFieldManager.php
Constructs a new EntityFieldManager.
FieldableEntityDefinitionUpdateTest::setUp in core/tests/Drupal/KernelTests/Core/Entity/FieldableEntityDefinitionUpdateTest.php
system_post_update_entity_revision_metadata_bc_cleanup in core/modules/system/system.post_update.php
Remove backwards-compatibility leftovers from entity type definitions.
_content_translation_install_field_storage_definitions in core/modules/content_translation/content_translation.module
Installs Content Translation's fields for a given entity type.

File

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

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