You are here

protected property KeyValueEntityStorage::$uuidService in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php \Drupal\Core\Entity\KeyValueStore\KeyValueEntityStorage::uuidService

The UUID service.

Type: \Drupal\Component\Uuid\UuidInterface

Overrides EntityStorageBase::$uuidService

File

core/lib/Drupal/Core/Entity/KeyValueStore/KeyValueEntityStorage.php, line 48
Contains \Drupal\Core\Entity\KeyValueStore\KeyValueEntityStorage.

Class

KeyValueEntityStorage
Provides a key value backend for entities.

Namespace

Drupal\Core\Entity\KeyValueStore

Code

protected $uuidService;