public EntityLastInstalledSchemaRepository::__construct(KeyValueFactoryInterface $key_value_factory)
Constructs a new EntityLastInstalledSchemaRepository.
Parameters
\Drupal\Core\KeyValueStore\KeyValueFactoryInterface $key_value_factory: The key-value factory.
File
- core/lib/Drupal/Core/Entity/EntityLastInstalledSchemaRepository.php, line 26
Class
- EntityLastInstalledSchemaRepository
- Provides a repository for installed entity definitions.
Namespace
Drupal\Core\Entity
Code
public function __construct(KeyValueFactoryInterface $key_value_factory) { $this->keyValueFactory = $key_value_factory; }
Please login to continue.