27 string references to 'test_form_id'

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[[api-linebreak]]
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[[api-linebreak]]
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[[api-linebreak]]
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[[api-linebreak]]
FormValidatorTest::testHandleErrorsWithLimitedValidation in core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php
@covers ::handleErrorsWithLimitedValidation[[api-linebreak]]
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[[api-linebreak]]
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[[api-linebreak]]
FormValidatorTest::testValidateInvalidFormToken in core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php
@covers ::validateForm[[api-linebreak]]
FormValidatorTest::testValidateValidFormToken in core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php
@covers ::validateForm[[api-linebreak]]
FormValidatorTest::testValidationComplete in core/tests/Drupal/Tests/Core/Form/FormValidatorTest.php
Tests the 'validation_complete' $form_state flag.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.