Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / comment / src / Form / DeleteForm.php
index fa7ab9d2070c2ec45433e33c140466fb707f4d82..3b2028b0902fcf40187375977e5a9412438abc17 100644 (file)
@@ -6,6 +6,8 @@ use Drupal\Core\Entity\ContentEntityDeleteForm;
 
 /**
  * Provides the comment delete confirmation form.
+ *
+ * @internal
  */
 class DeleteForm extends ContentEntityDeleteForm {