Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / form_test / src / Form / FormTestVerticalTabsForm.php
index b89636a433aba796cb7c8ef27a6802f9ab96b96b..fbd7160a100ea6ef6b47564e6cef8ddf26a758da 100644 (file)
@@ -5,6 +5,11 @@ namespace Drupal\form_test\Form;
 use Drupal\Core\Form\FormBase;
 use Drupal\Core\Form\FormStateInterface;
 
+/**
+ * Builds a simple form to test vertical tabs.
+ *
+ * @internal
+ */
 class FormTestVerticalTabsForm extends FormBase {
 
   /**