Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / form_test / src / Form / FormTestTableForm.php
index 758d5afe0d0ea9b2d2192d1a952288732978125b..8196d4d6f6841d4fa571c348ede84423b3564aeb 100644 (file)
@@ -4,6 +4,11 @@ namespace Drupal\form_test\Form;
 
 use Drupal\Core\Form\FormStateInterface;
 
+/**
+ * Form constructor for testing #type 'table' elements.
+ *
+ * @internal
+ */
 class FormTestTableForm extends FormTestTableSelectFormBase {
 
   /**