Search for form
Title | Object type | File name | Summary |
---|---|---|---|
FormsFormStorageTestCase::testCachedFormStorageValidation | function | modules/ |
Tests updating cached form storage during form validation. |
FormsFormStorageTestCase::testForm | function | modules/ |
Tests using the form in a usual way. |
FormsFormStorageTestCase::testFormCached | function | modules/ |
Tests using the form with an activated $form_state['cache'] property. |
FormsFormStorageTestCase::testFormStatePersist | function | modules/ |
Tests a form using form state without using 'storage' to pass data from the constructor to a submit handler. The data has to persist even when caching gets activated, what may happen when a modules alter the form and adds #ajax properties. |
FormsFormStorageTestCase::testImmutableForm | function | modules/ |
Verifies that form build-id is regenerated when loading an immutable form from the cache. |
FormsFormStorageTestCase::testImmutableFormLegacyProtection | function | modules/ |
Verify that existing contrib code cannot overwrite immutable form state. |
FormsFormStorageTestCase::testMutableForm | function | modules/ |
Verify that the form build-id remains the same when validation errors occur on a mutable form. |
FormsFormStorageTestCase::testValidation | function | modules/ |
Tests validation when form storage is used. |
FormsFormWrapperTestCase | class | modules/ |
Test wrapper form callbacks. |
FormsFormWrapperTestCase::getInfo | function | modules/ |
|
FormsFormWrapperTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsFormWrapperTestCase::testWrapperCallback | function | modules/ |
Tests using the form in a usual way. |
FormsProgrammaticTestCase | class | modules/ |
Test the programmatic form submission behavior. |
FormsProgrammaticTestCase::getInfo | function | modules/ |
|
FormsProgrammaticTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsProgrammaticTestCase::submitForm | function | modules/ |
Helper function used to programmatically submit the form defined in form_test.module with the given values. |
FormsProgrammaticTestCase::testSubmissionWorkflow | function | modules/ |
Test the programmatic form submission workflow. |
FormsRebuildTestCase | class | modules/ |
Tests form rebuilding. |
FormsRebuildTestCase::$web_user | property | modules/ |
|
FormsRebuildTestCase::getInfo | function | modules/ |
|
FormsRebuildTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsRebuildTestCase::testPreserveFormActionAfterAJAX | function | modules/ |
Tests that a form's action is retained after an Ajax submission. |
FormsRebuildTestCase::testRebuildPreservesValues | function | modules/ |
Tests preservation of values. |
FormsRedirectTestCase | class | modules/ |
Tests form redirection. |
FormsRedirectTestCase::getInfo | function | modules/ |
|
FormsRedirectTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsRedirectTestCase::testRedirect | function | modules/ |
Tests form redirection. |
FormStateValuesCleanAdvancedTestCase | class | modules/ |
Tests $form_state clearance with form elements having buttons. |
FormStateValuesCleanAdvancedTestCase::$image | property | modules/ |
An image file path for uploading. |
FormStateValuesCleanAdvancedTestCase::getInfo | function | modules/ |
|
FormStateValuesCleanAdvancedTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormStateValuesCleanAdvancedTestCase::testFormStateValuesCleanAdvanced | function | modules/ |
Tests form_state_values_clean(). |
FormStateValuesCleanTestCase | class | modules/ |
Test $form_state clearance. |
FormStateValuesCleanTestCase::getInfo | function | modules/ |
|
FormStateValuesCleanTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormStateValuesCleanTestCase::testFormStateValuesClean | function | modules/ |
Tests form_state_values_clean(). |
FormsTestCase | class | modules/ |
@file Unit tests for the Drupal Form API. |
FormsTestCase::assertFormValuesDefault | function | modules/ |
Assert that the values submitted to a form matches the default values of the elements. |
FormsTestCase::checkFormValue | function | modules/ |
Checks that a given form input value is sanitized to the expected result. |
FormsTestCase::getInfo | function | modules/ |
|
FormsTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsTestCase::testCheckboxProcessing | function | modules/ |
Test default value handling for checkboxes. |
FormsTestCase::testDisabledElements | function | modules/ |
Test handling of disabled elements. |
FormsTestCase::testDisabledMarkup | function | modules/ |
Verify markup for disabled form elements. |
FormsTestCase::testInputForgery | function | modules/ |
Test Form API protections against input forgery. |
FormsTestCase::testRequiredCheckboxesRadio | function | modules/ |
Tests validation for required checkbox, select, and radio elements. |
FormsTestCase::testRequiredFields | function | modules/ |
Check several empty values for required forms elements. |
FormsTestCase::testRequiredTextfieldNoTitle | function | modules/ |
Tests validation for required textfield element without title. |
FormsTestCase::testSelect | function | modules/ |
Tests validation of #type 'select' elements. |
FormsTestCase::testTextfieldStringValue | function | modules/ |
Tests that submitted values are converted to scalar strings for textfields. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.