X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Ffield%2Fsrc%2FFieldStorageConfigInterface.php;h=1f3fed296a36df2633493a0ad3235e9226fd96a8;hb=74df008bdbb3a11eeea356744f39b802369bda3c;hp=1b666218b912c53d2baebc22babdb3826457c763;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/field/src/FieldStorageConfigInterface.php b/web/core/modules/field/src/FieldStorageConfigInterface.php index 1b666218b..1f3fed296 100644 --- a/web/core/modules/field/src/FieldStorageConfigInterface.php +++ b/web/core/modules/field/src/FieldStorageConfigInterface.php @@ -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. *