Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / form_test / src / Form / FormTestInputForgeryForm.php
index 8cdac632d09f1666fc681ac1591b5a3954f32795..67d71b361e1f081ba036a9084ed6a4b925cbdd54 100644 (file)
@@ -6,6 +6,11 @@ use Drupal\Core\Form\FormBase;
 use Drupal\Core\Form\FormStateInterface;
 use Symfony\Component\HttpFoundation\JsonResponse;
 
+/**
+ * Form to test input forgery.
+ *
+ * @internal
+ */
 class FormTestInputForgeryForm extends FormBase {
 
   /**