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