Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / form_test / src / Form / FormTestEmailForm.php
index 8e82623dbceeaa338ecbad3c2e7afb26ea929db9..8b01c32b561daa2895ff316b364896d5c628eafa 100644 (file)
@@ -8,6 +8,8 @@ use Symfony\Component\HttpFoundation\JsonResponse;
 
 /**
  * Form constructor for testing #type 'email' elements.
+ *
+ * @internal
  */
 class FormTestEmailForm extends FormBase {