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