Search for forms

  1. Search 9.5.x for forms
  2. Search 8.9.x for forms
  3. Search 10.3.x for forms
  4. Search 11.x for forms
  5. Other projects
Title Object type File name Summary
FormsProgrammaticTestCase::setUp function modules/simpletest/tests/form.test Sets up a Drupal site for running functional and integration tests.
FormsProgrammaticTestCase::submitForm function modules/simpletest/tests/form.test Helper function used to programmatically submit the form defined in
form_test.module with the given values.
FormsProgrammaticTestCase::testSubmissionWorkflow function modules/simpletest/tests/form.test Test the programmatic form submission workflow.
FormsRebuildTestCase class modules/simpletest/tests/form.test Tests form rebuilding.
FormsRebuildTestCase::$web_user property modules/simpletest/tests/form.test
FormsRebuildTestCase::getInfo function modules/simpletest/tests/form.test
FormsRebuildTestCase::setUp function modules/simpletest/tests/form.test Sets up a Drupal site for running functional and integration tests.
FormsRebuildTestCase::testPreserveFormActionAfterAJAX function modules/simpletest/tests/form.test Tests that a form's action is retained after an Ajax submission.
FormsRebuildTestCase::testRebuildPreservesValues function modules/simpletest/tests/form.test Tests preservation of values.
FormsRedirectTestCase class modules/simpletest/tests/form.test Tests form redirection.
FormsRedirectTestCase::getInfo function modules/simpletest/tests/form.test
FormsRedirectTestCase::setUp function modules/simpletest/tests/form.test Sets up a Drupal site for running functional and integration tests.
FormsRedirectTestCase::testRedirect function modules/simpletest/tests/form.test Tests form redirection.
FormStateValuesCleanAdvancedTestCase class modules/simpletest/tests/form.test Tests $form_state clearance with form elements having buttons.
FormStateValuesCleanAdvancedTestCase::$image property modules/simpletest/tests/form.test An image file path for uploading.
FormStateValuesCleanAdvancedTestCase::getInfo function modules/simpletest/tests/form.test
FormStateValuesCleanAdvancedTestCase::setUp function modules/simpletest/tests/form.test Sets up a Drupal site for running functional and integration tests.
FormStateValuesCleanAdvancedTestCase::testFormStateValuesCleanAdvanced function modules/simpletest/tests/form.test Tests form_state_values_clean().
FormStateValuesCleanTestCase class modules/simpletest/tests/form.test Test $form_state clearance.
FormStateValuesCleanTestCase::getInfo function modules/simpletest/tests/form.test
FormStateValuesCleanTestCase::setUp function modules/simpletest/tests/form.test Sets up a Drupal site for running functional and integration tests.
FormStateValuesCleanTestCase::testFormStateValuesClean function modules/simpletest/tests/form.test Tests form_state_values_clean().
FormsTestCase class modules/simpletest/tests/form.test @file
Unit tests for the Drupal Form API.
FormsTestCase::assertFormValuesDefault function modules/simpletest/tests/form.test Assert that the values submitted to a form matches the default values of the elements.
FormsTestCase::checkFormValue function modules/simpletest/tests/form.test Checks that a given form input value is sanitized to the expected result.
FormsTestCase::getInfo function modules/simpletest/tests/form.test
FormsTestCase::setUp function modules/simpletest/tests/form.test Sets up a Drupal site for running functional and integration tests.
FormsTestCase::testCheckboxProcessing function modules/simpletest/tests/form.test Test default value handling for checkboxes.
FormsTestCase::testDisabledElements function modules/simpletest/tests/form.test Test handling of disabled elements.
FormsTestCase::testDisabledMarkup function modules/simpletest/tests/form.test Verify markup for disabled form elements.
FormsTestCase::testInputForgery function modules/simpletest/tests/form.test Test Form API protections against input forgery.
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::testSelect function modules/simpletest/tests/form.test Tests validation of #type 'select' elements.
FormsTestCase::testTextfieldStringValue function modules/simpletest/tests/form.test Tests that submitted values are converted to scalar strings for textfields.
FormsTriggeringElementTestCase class modules/simpletest/tests/form.test Test that FAPI correctly determines $form_state['triggering_element'].
FormsTriggeringElementTestCase::getInfo function modules/simpletest/tests/form.test
FormsTriggeringElementTestCase::setUp function modules/simpletest/tests/form.test Sets up a Drupal site for running functional and integration tests.
FormsTriggeringElementTestCase::testAttemptAccessControlBypass function modules/simpletest/tests/form.test Test that $form_state['triggering_element'] does not get set to a button
with #access=FALSE.
FormsTriggeringElementTestCase::testNoButtonInfoInPost function 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.
FormValidationTestCase::testMultiFormSameNameErrorClass function modules/simpletest/tests/form.test Tests error border of multiple fields with same name in a page.
hook_forms function modules/system/system.api.php Map form_ids to form builder functions.
node_forms function modules/node/node.module Implements hook_forms().
search_forms function modules/search/search.module Implements hook_forms().
trigger_forms function modules/trigger/trigger.module Implements hook_forms().
_locale_import_parse_plural_forms function includes/locale.inc Parses a Plural-Forms entry from a Gettext Portable Object file header

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