Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / form_test / src / Form / FormTestCheckboxForm.php
index 62220cc61a1a85aa982fbeeeeb521e2728afa52d..dbbeb4733f61b52bced0b7184e6a99abb8f8f9bb 100644 (file)
@@ -6,6 +6,11 @@ use Drupal\Core\Form\FormBase;
 use Drupal\Core\Form\FormStateInterface;
 use Symfony\Component\HttpFoundation\JsonResponse;
 
+/**
+ * Form for testing checkbox.
+ *
+ * @internal
+ */
 class FormTestCheckboxForm extends FormBase {
 
   /**