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