You are here

27 string references to 'test_form_id' in Drupal 10

FormBuilderTest::providerTestFormTokenCacheability in core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
Data provider for testFormTokenCacheability.
FormBuilderTest::testBuildFormWithObject in core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
Tests the buildForm() method with a form object.
FormBuilderTest::testBuildFormWithString in core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
Tests the buildForm() method with a string based form ID.
FormBuilderTest::testBuildFormWithTriggeringElement in core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
Tests whether the triggering element is properly identified.
FormBuilderTest::testExceededFileSize in core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
@covers ::buildForm
FormBuilderTest::testFormCacheDeletionCached in core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
Tests that a cached form is deleted after submit.
FormBuilderTest::testFormCacheDeletionUncached in core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
Tests that an uncached form does not trigger cache set or delete.
FormBuilderTest::testFormTokenCacheability in core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
@covers ::prepareForm
FormBuilderTest::testGetCache in core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
Tests the getCache() method.
FormBuilderTest::testGetFormWithObject in core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
Tests the getForm() method with a form object.
FormBuilderTest::testGetFormWithString in core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
Tests the getForm() method with a string based form ID.
FormBuilderTest::testHandleFormStateResponse in core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
Tests the handling of FormStateInterface::$response.
FormBuilderTest::testHandleRedirectWithResponse in core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
Tests the handling of a redirect when FormStateInterface::$response exists.
FormBuilderTest::testInvalidToken in core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
@covers ::doBuildForm
FormBuilderTest::testRebuildForm in core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
Tests the rebuildForm() method for a POST submission.
FormBuilderTest::testRebuildFormOnGetRequest in core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
Tests the rebuildForm() method for a GET submission.
FormBuilderTest::testUniqueElementHtmlId in core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
Tests that HTML IDs are unique between 2 forms with the same element names.
FormBuilderTest::testUniqueHtmlId in core/tests/Drupal/Tests/Core/Form/FormBuilderTest.php
Tests that HTML IDs are unique when rebuilding a form with errors.
FormValidatorTest::testElementValidate in core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php
@covers ::doValidateForm
FormValidatorTest::testHandleErrorsWithLimitedValidation in core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php
@covers ::handleErrorsWithLimitedValidation
FormValidatorTest::testMustValidate in core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php
Tests the 'must_validate' $form_state flag.
FormValidatorTest::testPerformRequiredValidation in core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php
@covers ::performRequiredValidation
FormValidatorTest::testPreventDuplicateValidation in core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php
Tests the 'must_validate' $form_state flag.
FormValidatorTest::testRequiredErrorMessage in core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php
@covers ::doValidateForm
FormValidatorTest::testValidateInvalidFormToken in core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php
@covers ::validateForm
FormValidatorTest::testValidateValidFormToken in core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php
@covers ::validateForm
FormValidatorTest::testValidationComplete in core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php
Tests the 'validation_complete' $form_state flag.