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