Updated to Drupal 8.5. Core Media not yet in use.
[yaffs-website] / web / core / modules / system / tests / modules / form_test / src / Form / FormTestValidateForm.php
index 41772da288d241ec860250b0779a57b06e79ce57..7123aceef1a8736375a82551075a5c0a93eef792 100644 (file)
@@ -17,6 +17,8 @@ use Drupal\form_test\Callbacks;
  *   structure and the alterations should be contained in the rebuilt form.
  * - #validate handlers should be able to alter the $form and the alterations
  *   should be contained in the rebuilt form.
+ *
+ * @internal
  */
 class FormTestValidateForm extends FormBase {