protected property DatabaseStorageController::$uuidKey

Name of entity's UUID database table field, if it supports UUIDs.

Has the value FALSE if this entity does not use UUIDs.

Type: string

File

drupal/core/lib/Drupal/Core/Entity/DatabaseStorageController.php, line 81
Definition of Drupal\Core\Entity\DatabaseStorageController.

Class

DatabaseStorageController
Defines a base entity controller class.

Namespace

Drupal\Core\Entity

Code

protected $uuidKey;