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