You are here

protected property EntityDefinitionUpdateManager::$entityLastInstalledSchemaRepository in Drupal 9

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php \Drupal\Core\Entity\EntityDefinitionUpdateManager::entityLastInstalledSchemaRepository

The last installed schema repository.

Type: \Drupal\Core\Entity\EntityLastInstalledSchemaRepositoryInterface

File

core/lib/Drupal/Core/Entity/EntityDefinitionUpdateManager.php, line 51

Class

EntityDefinitionUpdateManager
Manages entity definition updates.

Namespace

Drupal\Core\Entity

Code

protected $entityLastInstalledSchemaRepository;