Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / lib / Drupal / Core / Field / Entity / BaseFieldOverride.php
index b31833a728b3202df81697f0cca2ecd809b2c6ff..555e22a26091f4d3348ed4d5c638166c52870b3a 100644 (file)
@@ -149,6 +149,13 @@ class BaseFieldOverride extends FieldConfigBase {
     return $this->getBaseFieldDefinition()->getClass();
   }
 
+  /**
+   * {@inheritdoc}
+   */
+  public function getUniqueIdentifier() {
+    return $this->getBaseFieldDefinition()->getUniqueIdentifier();
+  }
+
   /**
    * Gets the base field definition.
    *