protected property ConfigEntityStorage::$uuidKey in Drupal 10
Same name and namespace in other branches
- 8 core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php \Drupal\Core\Config\Entity\ConfigEntityStorage::uuidKey
- 9 core/lib/Drupal/Core/Config/Entity/ConfigEntityStorage.php \Drupal\Core\Config\Entity\ConfigEntityStorage::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
Overrides EntityStorageBase::$uuidKey
File
- core/
lib/ Drupal/ Core/ Config/ Entity/ ConfigEntityStorage.php, line 56
Class
- ConfigEntityStorage
- Defines the storage class for configuration entities.
Namespace
Drupal\Core\Config\EntityCode
protected $uuidKey = 'uuid';