Security update for Core, with self-updated composer
[yaffs-website] / web / core / lib / Drupal / Core / Entity / DynamicallyFieldableEntityStorageInterface.php
index feed5653bb15d1876e62455d60a79008b6445e63..04d1b1e05c8fdc9caad05fc82070d498750aad7c 100644 (file)
@@ -18,14 +18,6 @@ use Drupal\Core\Field\FieldStorageDefinitionListenerInterface;
  */
 interface DynamicallyFieldableEntityStorageInterface extends FieldableEntityStorageInterface, FieldStorageDefinitionListenerInterface, FieldDefinitionListenerInterface {
 
-  /**
-   * Determines if the storage contains any data.
-   *
-   * @return bool
-   *   TRUE if the storage contains data, FALSE if not.
-   */
-  public function hasData();
-
   /**
    * Purges a batch of field data.
    *