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