X-Git-Url: http://aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Fform_test%2Fsrc%2FForm%2FFormTestInputForgeryForm.php;h=67d71b361e1f081ba036a9084ed6a4b925cbdd54;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=8cdac632d09f1666fc681ac1591b5a3954f32795;hpb=9917807b03b64faf00f6a1f29dcb6eafc454efa5;p=yaffs-website diff --git a/web/core/modules/system/tests/modules/form_test/src/Form/FormTestInputForgeryForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestInputForgeryForm.php index 8cdac632d..67d71b361 100644 --- a/web/core/modules/system/tests/modules/form_test/src/Form/FormTestInputForgeryForm.php +++ b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestInputForgeryForm.php @@ -6,6 +6,11 @@ use Drupal\Core\Form\FormBase; use Drupal\Core\Form\FormStateInterface; use Symfony\Component\HttpFoundation\JsonResponse; +/** + * Form to test input forgery. + * + * @internal + */ class FormTestInputForgeryForm extends FormBase { /**