Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / form_test / src / Form / FormTestTableSelectMultipleTrueForm.php
index d4a0c1d40792b5fb9aacf38fd21d62f38339d9e1..1d46d7cc65968c32c07a50188c67bbcde0db5f51 100644 (file)
@@ -4,6 +4,11 @@ namespace Drupal\form_test\Form;
 
 use Drupal\Core\Form\FormStateInterface;
 
+/**
+ * Builds a form to test table select with '#multiple' as TRUE.
+ *
+ * @internal
+ */
 class FormTestTableSelectMultipleTrueForm extends FormTestTableSelectFormBase {
 
   /**