You are here

8 string references to YAML keys in form_test.routing.yml in Drupal 10

ConfirmFormArrayPathTestForm::getCancelUrl in core/modules/system/tests/modules/form_test/src/ConfirmFormArrayPathTestForm.php
Returns the route to go to if the user cancels the action.
ConfirmFormTest::testConfirmFormWithExternalDestination in core/modules/system/tests/src/Functional/Form/ConfirmFormTest.php
Tests that the confirm form does not use external destinations.
ConfirmFormTestForm::getCancelUrl in core/modules/system/tests/modules/form_test/src/ConfirmFormTestForm.php
Returns the route to go to if the user cancels the action.
FormTest::testGetFormsCsrfToken in core/modules/system/tests/src/Functional/Form/FormTest.php
CSRF tokens for GET forms should not be added by default.
FormTest::testInputWithInvalidToken in core/modules/system/tests/src/Functional/Form/FormTest.php
Tests that input is retained for safe elements even with an invalid token.
FormTestAutocompleteForm::buildForm in core/modules/system/tests/modules/form_test/src/FormTestAutocompleteForm.php
Form constructor.
RedirectBlockForm::submitForm in core/modules/system/tests/modules/form_test/src/Form/RedirectBlockForm.php
Form submission handler.
RedirectTest::testRedirectFromErrorPages in core/modules/system/tests/src/Functional/Form/RedirectTest.php
Tests form redirection from 404/403 pages with the Block form.