Namesort descending Location Description
FormsTestCase::testInputForgery core/modules/simpletest/tests/form.test Test Form API protections against input forgery.
FormsTestCase::testNumber core/modules/simpletest/tests/form.test Tests validation of #type 'number' elements.
FormsTestCase::testRequiredCheckboxesRadio core/modules/simpletest/tests/form.test Tests validation for required checkbox, select, and radio elements.
FormsTestCase::testRequiredFields core/modules/simpletest/tests/form.test Check several empty values for required forms elements.
FormsTestCase::testRequiredTextfieldNoTitle core/modules/simpletest/tests/form.test Tests validation for required textfield element without title.
FormsTestCase::testSelect core/modules/simpletest/tests/form.test Tests validation of #type 'select' elements.
FormsTriggeringElementTestCase::setUp core/modules/simpletest/tests/form.test Sets up a Backdrop site for running functional and integration tests.
FormsTriggeringElementTestCase::testAttemptAccessControlBypass core/modules/simpletest/tests/form.test Test that $form_state['triggering_element'] does not get set to a button with #access=FALSE.
FormsTriggeringElementTestCase::testNoButtonInfoInPost core/modules/simpletest/tests/form.test Test the determination of $form_state['triggering_element'] when no button information is included in the POST data, as is sometimes the case when the ENTER key is pressed in a textfield in Internet Explorer.
FormTextareaTestCase::testValueCallback core/modules/simpletest/tests/form.test Tests that textarea value is properly set.
FormUrlTestCase::setUp core/modules/simpletest/tests/form.test Sets up a Backdrop site for running functional and integration tests.
FormUrlTestCase::testFormUrl core/modules/simpletest/tests/form.test Tests that #type 'url' fields are properly validated and trimmed.
FormValidationTestCase::setUp core/modules/simpletest/tests/form.test Sets up a Backdrop site for running functional and integration tests.
FormValidationTestCase::testCustomRequiredMessage core/modules/simpletest/tests/form.test Tests #required with custom validation errors.
FormValidationTestCase::testDisabledToken core/modules/simpletest/tests/form.test Tests that a form with a disabled CSRF token can be validated.
FormValidationTestCase::testMultiFormSameNameErrorClass core/modules/simpletest/tests/form.test Tests error border of multiple fields with same name in a page.
FormValidationTestCase::testValidate core/modules/simpletest/tests/form.test Tests form alterations by #element_validate, #validate, and form_set_value().
FormValidationTestCase::testValidateLimitErrors core/modules/simpletest/tests/form.test Tests partial form validation through #limit_validation_errors.
form_builder core/includes/form.inc Builds and processes all elements in the structured form array.
form_clear_error core/includes/form.inc Clears all errors against all form elements made by form_set_error().
form_description_test_form core/modules/simpletest/tests/form_test.module A form for testing form descriptions.
form_error core/includes/form.inc Flags an element as having an error.
form_example_config_info modules/examples/form_example/form_example.module Implements hook_config_info().
form_example_element_demo_form modules/examples/form_example/form_example_elements.inc Form content for examples/form_example/element_example.
form_example_element_demo_form_submit modules/examples/form_example/form_example_elements.inc Submit handler for form_example_element_demo_form().
form_example_element_info modules/examples/form_example/form_example.module Implements hook_element_info().
form_example_intro modules/examples/form_example/form_example.module Page callback for our general info page.
form_example_menu modules/examples/form_example/form_example.module Implements hook_menu().
form_example_phonenumber_combined_process modules/examples/form_example/form_example_elements.inc Process callback for the combined version of the phonenumber element.
form_example_phonenumber_combined_validate modules/examples/form_example/form_example_elements.inc Phone number validation function for the combined phonenumber.
form_example_phonenumber_combined_value modules/examples/form_example/form_example_elements.inc Value callback for form_example_phonenumber_combined.
form_example_phonenumber_discrete_process modules/examples/form_example/form_example_elements.inc Process callback for the discrete version of phonenumber.
form_example_phonenumber_discrete_validate modules/examples/form_example/form_example_elements.inc Validation handler for the discrete version of the phone number.
form_example_states_form modules/examples/form_example/form_example_states.inc States demo form.
form_example_states_form_submit modules/examples/form_example/form_example_states.inc Submit handler for form_example_states_form().
form_example_theme modules/examples/form_example/form_example.module Implements hook_theme().
form_example_tutorial modules/examples/form_example/form_example_tutorial.inc Main Form tutorial page.
form_example_tutorial_1 modules/examples/form_example/form_example_tutorial.inc This is Example 1, a very basic form with a textfield.
form_example_tutorial_10 modules/examples/form_example/form_example_tutorial.inc This is Example 10: a form with a file upload field.
form_example_tutorial_10_submit modules/examples/form_example/form_example_tutorial.inc Submit handler for form_example_tutorial_10().
form_example_tutorial_10_validate modules/examples/form_example/form_example_tutorial.inc Validate handler for form_example_tutorial_10().
form_example_tutorial_2 modules/examples/form_example/form_example_tutorial.inc This is Example 2, a basic form with a submit button.
form_example_tutorial_3 modules/examples/form_example/form_example_tutorial.inc This is Example 3: a basic form with fieldsets.
form_example_tutorial_4 modules/examples/form_example/form_example_tutorial.inc This is Example 4: a basic form with required fields.
form_example_tutorial_5 modules/examples/form_example/form_example_tutorial.inc This is Example 5: a basic form with additional element attributes.
form_example_tutorial_6 modules/examples/form_example/form_example_tutorial.inc This is Example 6: a basic form with a validate handler.
form_example_tutorial_6_validate modules/examples/form_example/form_example_tutorial.inc Validation handler for Tutorial 6.
form_example_tutorial_7 modules/examples/form_example/form_example_tutorial.inc This is Example 7: a form with a submission handler.
form_example_tutorial_7_submit modules/examples/form_example/form_example_tutorial.inc Submit function for form_example_tutorial_7().
form_example_tutorial_7_validate modules/examples/form_example/form_example_tutorial.inc Validation function for form_example_tutorial_7().

Pages