X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Fform_test%2Fsrc%2FForm%2FFormTestValidateForm.php;h=7123aceef1a8736375a82551075a5c0a93eef792;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=41772da288d241ec860250b0779a57b06e79ce57;hpb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;p=yaffs-website diff --git a/web/core/modules/system/tests/modules/form_test/src/Form/FormTestValidateForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestValidateForm.php index 41772da28..7123aceef 100644 --- a/web/core/modules/system/tests/modules/form_test/src/Form/FormTestValidateForm.php +++ b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestValidateForm.php @@ -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 {