Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / form_test / src / Form / FormTestGroupFieldsetForm.php
index 37ef246ec8f3af9efe61cf2f096e49fe447117af..b37d6bba44b45bd91420a0ef565e457f0511b0a2 100644 (file)
@@ -7,6 +7,8 @@ use Drupal\Core\Form\FormStateInterface;
 
 /**
  * Builds a simple form to test the #group property on #type 'fieldset'.
+ *
+ * @internal
  */
 class FormTestGroupFieldsetForm extends FormBase {