Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / field / src / FieldStorageConfigInterface.php
index 1b666218b912c53d2baebc22babdb3826457c763..1f3fed296a36df2633493a0ad3235e9226fd96a8 100644 (file)
@@ -34,14 +34,6 @@ interface FieldStorageConfigInterface extends ConfigEntityInterface, FieldStorag
    */
   public function getBundles();
 
-  /**
-   * Returns whether the field is deleted or not.
-   *
-   * @return bool
-   *   TRUE if the field is deleted.
-   */
-  public function isDeleted();
-
   /**
    * Checks if the field storage can be deleted.
    *