FormsProgrammaticTestCase::submitForm |
core/modules/simpletest/tests/form.test |
Helper function used to programmatically submit the form defined in
form_test.module with the given values. |
FormsProgrammaticTestCase::testSubmissionWorkflow |
core/modules/simpletest/tests/form.test |
Test the programmatic form submission workflow. |
FormsRebuildTestCase::setUp |
core/modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |
FormsRebuildTestCase::testPreserveFormActionAfterAJAX |
core/modules/simpletest/tests/form.test |
Tests that a form's action is retained after an Ajax submission. |
FormsRebuildTestCase::testRebuildPreservesValues |
core/modules/simpletest/tests/form.test |
Tests preservation of values. |
FormsRedirectTestCase::setUp |
core/modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |
FormsRedirectTestCase::testRedirect |
core/modules/simpletest/tests/form.test |
Tests form redirection. |
FormStateValuesCleanAdvancedTestCase::setUp |
core/modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |
FormStateValuesCleanAdvancedTestCase::testFormStateValuesCleanAdvanced |
core/modules/simpletest/tests/form.test |
Tests form_state_values_clean(). |
FormStateValuesCleanTestCase::setUp |
core/modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |
FormStateValuesCleanTestCase::testFormStateValuesClean |
core/modules/simpletest/tests/form.test |
Tests form_state_values_clean(). |
FormsTestCase::assertFormValuesDefault |
core/modules/simpletest/tests/form.test |
Assert that the values submitted to a form matches the default values of the elements. |
FormsTestCase::setUp |
core/modules/simpletest/tests/form.test |
Sets up a Backdrop site for running functional and integration tests. |
FormsTestCase::testCheckboxProcessing |
core/modules/simpletest/tests/form.test |
Test default value handling for checkboxes. |
FormsTestCase::testColorValidation |
core/modules/simpletest/tests/form.test |
Tests validation of #type 'color' elements. |
FormsTestCase::testDisabledElements |
core/modules/simpletest/tests/form.test |
Test handling of disabled elements. |
FormsTestCase::testDisabledMarkup |
core/modules/simpletest/tests/form.test |
Verify markup for disabled form elements. |
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_install |
modules/examples/form_example/form_example.install |
Implements hook_install(). |
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. |