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