X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fcomment%2Fsrc%2FForm%2FDeleteForm.php;h=3b2028b0902fcf40187375977e5a9412438abc17;hb=1c1cb0980bfa6caf0c24cce671b6bb541dc87583;hp=fa7ab9d2070c2ec45433e33c140466fb707f4d82;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/comment/src/Form/DeleteForm.php b/web/core/modules/comment/src/Form/DeleteForm.php index fa7ab9d20..3b2028b09 100644 --- a/web/core/modules/comment/src/Form/DeleteForm.php +++ b/web/core/modules/comment/src/Form/DeleteForm.php @@ -6,6 +6,8 @@ use Drupal\Core\Entity\ContentEntityDeleteForm; /** * Provides the comment delete confirmation form. + * + * @internal */ class DeleteForm extends ContentEntityDeleteForm {