Search for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Search main for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| FormTextareaTestCase::testValueCallback | function | modules/ |
Tests that textarea value is properly set. |
| FormValidationTestCase | class | modules/ |
Test form validation handlers. |
| FormValidationTestCase::getInfo | function | modules/ |
|
| FormValidationTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
| FormValidationTestCase::testDisabledToken | function | modules/ |
Tests that a form with a disabled CSRF token can be validated. |
| FormValidationTestCase::testMultiFormSameNameErrorClass | function | modules/ |
Tests error border of multiple fields with same name in a page. |
| FormValidationTestCase::testValidate | function | modules/ |
Tests form alterations by #element_validate, #validate, and form_set_value(). |
| FormValidationTestCase::testValidateLimitErrors | function | modules/ |
Tests partial form validation through #limit_validation_errors. |
| form_execute_handlers | function | includes/ |
Executes custom validation and submission handlers for a given form. |
| form_get_errors | function | includes/ |
Returns an associative array of all errors if any. |
| form_get_options | function | includes/ |
Returns the indexes of a select element's options matching a given key. |
| form_label_test_form | function | modules/ |
A form for testing form labels and required marks. |
| form_options_flatten | function | includes/ |
Allows PHP array processing of multiple select options with the same value. |
| form_pre_render_fieldset | function | includes/ |
Adds members of this group as actual elements for rendering. |
| form_process_actions | function | includes/ |
Processes a form actions container element. |
| form_process_autocomplete | function | includes/ |
Process function to prepare autocomplete data. |
| form_process_button | function | includes/ |
Processes a form button element. |
| form_process_checkbox | function | includes/ |
Sets the #checked property of a checkbox element. |
| form_process_checkboxes | function | includes/ |
Processes a checkboxes form element. |
| form_process_container | function | includes/ |
Processes a container element. |
| form_process_date | function | includes/ |
Expands a date element into year, month, and day select elements. |
| form_process_fieldset | function | includes/ |
Arranges fieldsets into groups. |
| form_process_machine_name | function | includes/ |
Processes a machine-readable name form element. |
| form_process_password_confirm | function | includes/ |
Expand a password_confirm field into two text boxes. |
| form_process_radios | function | includes/ |
Expands a radios element into individual radio elements. |
| form_process_select | function | includes/ |
Processes a select list form element. |
| form_process_tableselect | function | includes/ |
Creates checkbox or radio elements to populate a tableselect table. |
| form_process_vertical_tabs | function | includes/ |
Creates a group formatted as vertical tabs. |
| form_process_weight | function | includes/ |
Expands a weight element into a select element. |
| form_select_options | function | includes/ |
Converts an array of options into HTML, for use in select list form elements. |
| form_set_cache | function | includes/ |
Stores a form in the cache. |
| form_set_error | function | includes/ |
Files an error against a form element. |
| form_set_value | function | includes/ |
Changes submitted form values during form validation. |
| form_state_defaults | function | includes/ |
Retrieves default values for the $form_state array. |
| form_state_keys_no_cache | function | includes/ |
Returns an array of $form_state keys that shouldn't be cached. |
| form_state_values_clean | function | includes/ |
Removes internal Form API elements and buttons from submitted form values. |
| form_storage_test_form_continue_submit | function | modules/ |
Form submit handler to continue multi-step form. |
| form_test.file.inc | file | modules/ |
An include file to test loading it with the form API. |
| form_test.info | file | modules/ |
name = "FormAPI Test" description = "Support module for Form API tests." package = Testing version = VERSION core = 7.x hidden = TRUE |
| form_test.module | file | modules/ |
Helper module for the form API tests. |
| form_test_alter_form | function | modules/ |
Form builder for testing hook_form_alter() and hook_form_FORM_ID_alter(). |
| form_test_cache_form | function | modules/ |
A simple form for testing form caching. |
| form_test_checkboxes_radios | function | modules/ |
Form constructor to test expansion of #type checkboxes and radios. |
| form_test_checkboxes_zero | function | modules/ |
|
| form_test_checkbox_type_juggling | function | modules/ |
|
| form_test_clicked_button | function | modules/ |
Form builder to test button click detection. |
| form_test_clicked_button_submit | function | modules/ |
Form submit handler for the form_test_clicked_button() form. |
| form_test_clicked_button_validate | function | modules/ |
Form validation handler for the form_test_clicked_button() form. |
| form_test_double_form | function | modules/ |
Menu callback returns two instances of the same form. |
| form_test_element_validate_name | function | modules/ |
Form element validation handler for 'name' in form_test_validate_form(). |
Pagination
- Previous page
- Page 77
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.