Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / block / tests / modules / block_test / src / Form / FavoriteAnimalTestForm.php
index 9aa74c65b3ea68e7468a106f1a16cb66d69189b4..3ad55edff2c1cfe76ac56f44f64907b28d683b5d 100644 (file)
@@ -5,6 +5,11 @@ namespace Drupal\block_test\Form;
 use Drupal\Core\Form\FormBase;
 use Drupal\Core\Form\FormStateInterface;
 
+/**
+ * Form that performs favorite animal test.
+ *
+ * @internal
+ */
 class FavoriteAnimalTestForm extends FormBase {
 
   /**