Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / form_test / src / Form / FormTestLimitValidationErrorsForm.php
index deff0b49d4733724bac6fab2683d378618d23d4a..883602217373310fcdf5ce48a0f28354c348d5b8 100644 (file)
@@ -7,6 +7,8 @@ use Drupal\Core\Form\FormStateInterface;
 
 /**
  * Builds a simple form with a button triggering partial validation.
+ *
+ * @internal
  */
 class FormTestLimitValidationErrorsForm extends FormBase {