X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;ds=sidebyside;f=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Fform_test%2Fsrc%2FForm%2FFormTestStorageForm.php;fp=web%2Fcore%2Fmodules%2Fsystem%2Ftests%2Fmodules%2Fform_test%2Fsrc%2FForm%2FFormTestStorageForm.php;h=f81658d537d79d9f129849f8f016f499c267c4d6;hb=af6d1fb995500ae68849458ee10d66abbdcfb252;hp=9187012977c291aa310545d11c2ccd06f4673123;hpb=680c79a86e3ed402f263faeac92e89fb6d9edcc0;p=yaffs-website diff --git a/web/core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php index 918701297..f81658d53 100644 --- a/web/core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php +++ b/web/core/modules/system/tests/modules/form_test/src/Form/FormTestStorageForm.php @@ -13,6 +13,8 @@ use Drupal\Core\Form\FormStateInterface; * in the form storage and have to be present during any step. By setting the * request parameter "cache" the form can be tested with caching enabled, as * it would be the case, if the form would contain some #ajax callbacks. + * + * @internal */ class FormTestStorageForm extends FormBase {