Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / form_test / src / Form / FormTestEmptySelectForm.php
index 14dcb0c3374a4f85170dbd21ce6db5ea60645c98..acc1b115b4e4cf390632197268bb4f202d57e949 100644 (file)
@@ -7,6 +7,8 @@ use Drupal\Core\Form\FormStateInterface;
 
 /**
  * Builds a form to test select elements when #options is not an array.
+ *
+ * @internal
  */
 class FormTestEmptySelectForm extends FormBase {