function BaseFieldOverride::getUniqueIdentifier
Returns a unique identifier for the field.
Return value
string The unique ID for the field.
Overrides FieldDefinitionInterface::getUniqueIdentifier
File
- 
              core/
lib/ Drupal/ Core/ Field/ Entity/ BaseFieldOverride.php, line 172  
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.