Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / lib / Drupal / Core / Field / FieldDefinitionInterface.php
index dbfda44761e6a4c5c2a19a6b1e13e56fb3874d3a..c99a11a832b3d97f5926a3423ff6f8d340479767 100644 (file)
@@ -259,4 +259,11 @@ interface FieldDefinitionInterface extends ListDataDefinitionInterface, Cacheabl
    */
   public function getConfig($bundle);
 
+  /**
+   * Returns a unique identifier for the field.
+   *
+   * @return string
+   */
+  public function getUniqueIdentifier();
+
 }