Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / lib / Drupal / Core / Entity / EntityDeleteForm.php
index b7a66e32f01272bf57764f6b9d7262c80f551b9f..6dd08f2b07e8e281d92dd1fc5d7034026ecb9597 100644 (file)
@@ -9,6 +9,8 @@ use Drupal\Core\Form\FormStateInterface;
  * Provides a generic base class for an entity deletion form.
  *
  * @ingroup entity_api
+ *
+ * @internal
  */
 class EntityDeleteForm extends EntityConfirmFormBase {