Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / form_test / src / Form / FormTestTableSelectColspanForm.php
index 1c9628bcf30b28e5d99eafe48b7b2a38733053fb..becce376f2823c3c2705f8b22dd9035dcac261cb 100644 (file)
@@ -4,6 +4,11 @@ namespace Drupal\form_test\Form;
 
 use Drupal\Core\Form\FormStateInterface;
 
+/**
+ * Builds a form to test table selects with different column spans.
+ *
+ * @internal
+ */
 class FormTestTableSelectColspanForm extends FormTestTableSelectFormBase {
 
   /**