Search for form
Title | Object type | File name | Summary |
---|---|---|---|
FormsTriggeringElementTestCase | class | modules/ |
Test that FAPI correctly determines $form_state['triggering_element']. |
FormsTriggeringElementTestCase::getInfo | function | modules/ |
|
FormsTriggeringElementTestCase::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
FormsTriggeringElementTestCase::testAttemptAccessControlBypass | function | modules/ |
Test that $form_state['triggering_element'] does not get set to a button with #access=FALSE. |
FormsTriggeringElementTestCase::testNoButtonInfoInPost | function | modules/ |
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 | class | modules/ |
Tests for form textarea. |
FormTextareaTestCase::getInfo | function | modules/ |
|
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_builder | function | includes/ |
Builds and processes all elements in the structured form array. |
form_clear_error | function | includes/ |
Clears all errors against all form elements made by form_set_error(). |
form_error | function | includes/ |
Flags an element as having an error. |
form_execute_handlers | function | includes/ |
Executes custom validation and submission handlers for a given form. |
form_get_cache | function | includes/ |
Fetches a form from cache. |
form_get_error | function | includes/ |
Returns the error message filed against the given form element. |
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_load_include | function | includes/ |
Ensures an include file is loaded whenever the form is processed. |
form_options_flatten | function | includes/ |
Allows PHP array processing of multiple select options with the same value. |
form_pre_render_conditional_form_element | function | includes/ |
Adds form element theming to an element if its title or description is set. |
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. |
Pagination
- Previous page
- Page 10
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.