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