function FieldStorageConfig::getUniqueStorageIdentifier
Returns a unique identifier for the field storage.
Return value
string
Overrides FieldStorageDefinitionInterface::getUniqueStorageIdentifier
File
-
core/
modules/ field/ src/ Entity/ FieldStorageConfig.php, line 817
Class
- FieldStorageConfig
- Defines the Field storage configuration entity.
Namespace
Drupal\field\EntityCode
public function getUniqueStorageIdentifier() {
return $this->uuid();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.