Search for d

  1. Search 9.5.x for d
  2. Search 8.9.x for d
  3. Search 10.3.x for d
  4. Search 11.x for d
  5. Other projects
Title Object type File name Summary
FormsTestCase::testDisabledMarkup function modules/simpletest/tests/form.test Verify markup for disabled form elements.
FormsTestCase::testRequiredCheckboxesRadio function modules/simpletest/tests/form.test Tests validation for required checkbox, select, and radio elements.
FormsTestCase::testRequiredFields function modules/simpletest/tests/form.test Check several empty values for required forms elements.
FormsTestCase::testRequiredTextfieldNoTitle function modules/simpletest/tests/form.test Tests validation for required textfield element without title.
FormsTestCase::testTextfieldStringValue function modules/simpletest/tests/form.test Tests that submitted values are converted to scalar strings for textfields.
FormValidationTestCase class modules/simpletest/tests/form.test Test form validation handlers.
FormValidationTestCase::getInfo function modules/simpletest/tests/form.test
FormValidationTestCase::setUp function modules/simpletest/tests/form.test Sets up a Drupal site for running functional and integration tests.
FormValidationTestCase::testDisabledToken function modules/simpletest/tests/form.test Tests that a form with a disabled CSRF token can be validated.
FormValidationTestCase::testMultiFormSameNameErrorClass function modules/simpletest/tests/form.test Tests error border of multiple fields with same name in a page.
FormValidationTestCase::testValidate function modules/simpletest/tests/form.test Tests form alterations by #element_validate, #validate, and form_set_value().
FormValidationTestCase::testValidateLimitErrors function modules/simpletest/tests/form.test Tests partial form validation through #limit_validation_errors.
form_builder function includes/form.inc Builds and processes all elements in the structured form array.
form_execute_handlers function includes/form.inc Executes custom validation and submission handlers for a given form.
form_load_include function includes/form.inc Ensures an include file is loaded whenever the form is processed.
form_pre_render_conditional_form_element function includes/form.inc Adds form element theming to an element if its title or description is set.
form_pre_render_fieldset function includes/form.inc Adds members of this group as actual elements for rendering.
form_process_date function includes/form.inc Expands a date element into year, month, and day select elements.
form_process_fieldset function includes/form.inc Arranges fieldsets into groups.
form_process_password_confirm function includes/form.inc Expand a password_confirm field into two text boxes.
form_process_radios function includes/form.inc Expands a radios element into individual radio elements.
form_state_defaults function includes/form.inc Retrieves default values for the $form_state array.
form_test.module file modules/simpletest/tests/form_test.module Helper module for the form API tests.
form_test_checkboxes_radios function modules/simpletest/tests/form_test.module Form constructor to test expansion of #type checkboxes and radios.
form_test_clicked_button function modules/simpletest/tests/form_test.module Form builder to test button click detection.
form_test_clicked_button_submit function modules/simpletest/tests/form_test.module Form submit handler for the form_test_clicked_button() form.
form_test_clicked_button_validate function modules/simpletest/tests/form_test.module Form validation handler for the form_test_clicked_button() form.
form_test_double_form function modules/simpletest/tests/form_test.module Menu callback returns two instances of the same form.
form_test_element_validate_name function modules/simpletest/tests/form_test.module Form element validation handler for 'name' in form_test_validate_form().
form_test_form_rebuild_preserve_values_form function modules/simpletest/tests/form_test.module Form builder for testing preservation of values during a rebuild.
form_test_form_rebuild_preserve_values_form_add_more function modules/simpletest/tests/form_test.module Button submit handler for form_test_form_rebuild_preserve_values_form().
form_test_form_rebuild_preserve_values_form_submit function modules/simpletest/tests/form_test.module Form submit handler for form_test_form_rebuild_preserve_values_form().
form_test_form_state_values_clean_advanced_form function modules/simpletest/tests/form_test.module Form constructor for the form_state_values_clean() test.
form_test_form_state_values_clean_advanced_form_submit function modules/simpletest/tests/form_test.module Form submission handler for form_test_form_state_values_clean_advanced_form().
form_test_html_id function modules/simpletest/tests/form_test.module Builds a simple form to test duplicate HTML IDs.
form_test_limit_validation_errors_element_validate_test function modules/simpletest/tests/form_test.module Form element validation handler for the 'test' element.
form_test_limit_validation_errors_form function modules/simpletest/tests/form_test.module Builds a simple form with a button triggering partial validation.
form_test_limit_validation_errors_form_partial_submit function modules/simpletest/tests/form_test.module Form submit handler for the partial validation submit button.
form_test_load_include_custom function modules/simpletest/tests/form_test.module Menu callback for testing custom form includes.
form_test_load_include_menu function modules/simpletest/tests/form_test.file.inc Form constructor for testing FAPI file inclusion of the file specified in
hook_menu().
form_test_load_include_menu_ajax function modules/simpletest/tests/form_test.file.inc Ajax callback for the file inclusion via menu test.
form_test_load_include_submit function modules/simpletest/tests/form_test.file.inc Submit callback for the form API file inclusion test forms.
form_test_programmatic_form_validate function modules/simpletest/tests/form_test.module Form validation handler for programmatic form submissions.
form_test_redirect function modules/simpletest/tests/form_test.module Form builder to detect form redirect.
form_test_redirect_submit function modules/simpletest/tests/form_test.module Form submit handler to test different redirect behaviours.
form_test_storage_element_validate_value_cached function modules/simpletest/tests/form_test.module Form element validation handler for 'value' element in form_test_storage_form().
form_test_storage_legacy_handler function modules/simpletest/tests/form_test.module Emulate legacy AHAH-style ajax callback.
form_test_storage_page_cache_old_build_id function modules/simpletest/tests/form_test.module Form element #after_build callback: output the old form build-id.
form_test_storage_page_cache_rebuild function modules/simpletest/tests/form_test.module Form submit callback: Rebuild the form and continue.
form_test_user_register_form_rebuild function modules/simpletest/tests/form_test.module Submit callback that just lets the form rebuild.

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