You are here

protected property EntityLastInstalledSchemaRepository::$keyValueFactory in Drupal 9

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

The key-value factory.

Type: \Drupal\Core\KeyValueStore\KeyValueFactoryInterface

File

core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php, line 20

Class

EntityLastInstalledSchemaRepository
Provides a repository for installed entity definitions.

Namespace

Drupal\Core\Entity

Code

protected $keyValueFactory;