X-Git-Url: http://www.aleph1.co.uk/gitweb/?p=yaffs-website;a=blobdiff_plain;f=web%2Fcore%2Flib%2FDrupal%2FCore%2FEntity%2FDynamicallyFieldableEntityStorageInterface.php;fp=web%2Fcore%2Flib%2FDrupal%2FCore%2FEntity%2FDynamicallyFieldableEntityStorageInterface.php;h=04d1b1e05c8fdc9caad05fc82070d498750aad7c;hp=feed5653bb15d1876e62455d60a79008b6445e63;hb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;hpb=aea91e65e895364e460983b890e295aa5d5540a5 diff --git a/web/core/lib/Drupal/Core/Entity/DynamicallyFieldableEntityStorageInterface.php b/web/core/lib/Drupal/Core/Entity/DynamicallyFieldableEntityStorageInterface.php index feed5653b..04d1b1e05 100644 --- a/web/core/lib/Drupal/Core/Entity/DynamicallyFieldableEntityStorageInterface.php +++ b/web/core/lib/Drupal/Core/Entity/DynamicallyFieldableEntityStorageInterface.php @@ -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. *