X-Git-Url: http://www.aleph1.co.uk/gitweb/?a=blobdiff_plain;f=web%2Fmodules%2Fcontrib%2Fctools%2Ftests%2Fmodules%2Fctools_wizard_test%2Fsrc%2FForm%2FExampleConfigEntityExistingForm.php;fp=web%2Fmodules%2Fcontrib%2Fctools%2Ftests%2Fmodules%2Fctools_wizard_test%2Fsrc%2FForm%2FExampleConfigEntityExistingForm.php;h=0ffca3dee8b4c6c500210a62265d873158a26a68;hb=a2bd1bf0c2c1f1a17d188f4dc0726a45494cefae;hp=0000000000000000000000000000000000000000;hpb=57c063afa3f66b07c4bbddc2d6129a96d90f0aad;p=yaffs-website diff --git a/web/modules/contrib/ctools/tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityExistingForm.php b/web/modules/contrib/ctools/tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityExistingForm.php new file mode 100644 index 000000000..0ffca3dee --- /dev/null +++ b/web/modules/contrib/ctools/tests/modules/ctools_wizard_test/src/Form/ExampleConfigEntityExistingForm.php @@ -0,0 +1,37 @@ + '

This step only shows if the entity is already existing!

', + ); + return $form; + } + + /** + * {@inheritdoc} + */ + public function submitForm(array &$form, FormStateInterface $form_state) { + // Do nothing! + } + +}