Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / form_test / src / Form / FormTestValidateRequiredNoTitleForm.php
index 29b3b5f96134e12f10d34f932b604481fcd55a81..1829ab25662be1059e793c19e2d75328a457ed82 100644 (file)
@@ -7,6 +7,8 @@ use Drupal\Core\Form\FormStateInterface;
 
 /**
  * Form constructor to test the #required property without #title.
+ *
+ * @internal
  */
 class FormTestValidateRequiredNoTitleForm extends FormBase {