Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / form_test / src / Form / FormTestNumberForm.php
index ab281462eb679540e49355ea4c1d03fe32f731ef..0965f9dec311a26cb7cd50d620a0673cfa720f52 100644 (file)
@@ -7,6 +7,8 @@ use Drupal\Core\Form\FormStateInterface;
 
 /**
  * Builds a form to test #type 'number' and 'range' validation.
+ *
+ * @internal
  */
 class FormTestNumberForm extends FormBase {