Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / taxonomy / src / Form / VocabularyDeleteForm.php
index 7c91b7868cbb0e3c378fadb396a339c07cada464..7bca948c71aaf4bf2f544bcf5894e631eeadc6f2 100644 (file)
@@ -6,6 +6,8 @@ use Drupal\Core\Entity\EntityDeleteForm;
 
 /**
  * Provides a deletion confirmation form for taxonomy vocabulary.
+ *
+ * @internal
  */
 class VocabularyDeleteForm extends EntityDeleteForm {