Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / block_content / src / Form / BlockContentTypeDeleteForm.php
index aea4ab5e835f8987dfb2851ff55f679a3c8a1e21..34da0a987419d208089910ddeebb3274da7342aa 100644 (file)
@@ -7,6 +7,8 @@ use Drupal\Core\Form\FormStateInterface;
 
 /**
  * Provides a confirmation form for deleting a custom block type entity.
+ *
+ * @internal
  */
 class BlockContentTypeDeleteForm extends EntityDeleteForm {