Pull merge.
[yaffs-website] / web / core / lib / Drupal / Core / Field / Entity / BaseFieldOverride.php
index f20f3a503be99ede6eb78293f4774c4820b1c38d..555e22a26091f4d3348ed4d5c638166c52870b3a 100644 (file)
@@ -142,6 +142,20 @@ class BaseFieldOverride extends FieldConfigBase {
     return $this->getBaseFieldDefinition()->isComputed();
   }
 
+  /**
+   * {@inheritdoc}
+   */
+  public function getClass() {
+    return $this->getBaseFieldDefinition()->getClass();
+  }
+
+  /**
+   * {@inheritdoc}
+   */
+  public function getUniqueIdentifier() {
+    return $this->getBaseFieldDefinition()->getUniqueIdentifier();
+  }
+
   /**
    * Gets the base field definition.
    *