Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / form_test / src / Form / FormTestPatternForm.php
index 9180628b1395b52ca88ad0b9ddd2f38800ec6240..19157f5d4b498812c35b25c41bb8fa9128d31272 100644 (file)
@@ -7,6 +7,8 @@ use Drupal\Core\Form\FormStateInterface;
 
 /**
  * Builds a simple form using the FAPI #pattern property.
+ *
+ * @internal
  */
 class FormTestPatternForm extends FormBase {