function BaseFieldOverride::getUniqueIdentifier
Returns a unique identifier for the field.
Return value
string
Overrides FieldDefinitionInterface::getUniqueIdentifier
File
-
core/
lib/ Drupal/ Core/ Field/ Entity/ BaseFieldOverride.php, line 153
Class
- BaseFieldOverride
- Defines the base field override entity.
Namespace
Drupal\Core\Field\EntityCode
public function getUniqueIdentifier() {
return $this->getBaseFieldDefinition()
->getUniqueIdentifier();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.