form_pre_render_fieldset |
core/includes/form.inc |
Adds members of this group as actual elements for rendering. |
form_process_actions |
core/includes/form.inc |
Processes a form actions container element. |
form_process_autocomplete |
core/includes/form.inc |
Process function to prepare autocomplete data. |
form_process_button |
core/includes/form.inc |
Processes a form button element. |
form_process_checkbox |
core/includes/form.inc |
Sets the #checked property of a checkbox element. |
form_process_checkboxes |
core/includes/form.inc |
Processes a checkboxes form element. |
form_process_container |
core/includes/form.inc |
Processes a container element. |
form_process_date |
core/includes/form.inc |
Expands a date element into year, month, and day select elements. |
form_process_details |
core/includes/form.inc |
Processes a details element. |
form_process_fieldset |
core/includes/form.inc |
Arranges fieldsets into groups. |
form_process_html_datetime |
core/includes/form.inc |
Combine html_date and html_time form elements. |
form_process_machine_name |
core/includes/form.inc |
Processes a machine-readable name form element. |
form_process_password_confirm |
core/includes/form.inc |
Expand a password_confirm field into two text boxes. |
form_process_radios |
core/includes/form.inc |
Expands a radios element into individual radio elements. |
form_process_select |
core/includes/form.inc |
Processes a select list form element. |
form_process_tableselect |
core/includes/form.inc |
Creates checkbox or radio elements to populate a tableselect table. |
form_process_vertical_tabs |
core/includes/form.inc |
Creates a group formatted as vertical tabs. |
form_process_weight |
core/includes/form.inc |
Expands a weight element into a select element. |
form_select_options |
core/includes/form.inc |
Converts an array of options into HTML, for use in select list form elements. |
form_set_cache |
core/includes/form.inc |
Stores a form in the cache. |
form_set_error |
core/includes/form.inc |
Files an error against a form element. |
form_set_value |
core/includes/form.inc |
Changes submitted form values during form validation. |
form_state_defaults |
core/includes/form.inc |
Retrieves default values for the $form_state array. |
form_state_keys_no_cache |
core/includes/form.inc |
Returns an array of $form_state keys that shouldn't be cached. |
form_state_values_clean |
core/includes/form.inc |
Removes internal Form API elements and buttons from submitted form values. |
form_storage_test_form_continue_submit |
core/modules/simpletest/tests/form_test.module |
Form submit handler to continue multi-step form. |
form_test_alter_form |
core/modules/simpletest/tests/form_test.module |
Form builder for testing hook_form_alter() and hook_form_FORM_ID_alter(). |
form_test_cache_form |
core/modules/simpletest/tests/form_test.module |
A simple form for testing form caching. |
form_test_checkboxes_radios |
core/modules/simpletest/tests/form_test.module |
Form constructor to test expansion of #type checkboxes and radios. |
form_test_checkboxes_radios_select_indentations |
core/modules/simpletest/tests/form_test.module |
Form constructor to test indentations for radios, checkboxes and select. |
form_test_checkboxes_zero |
core/modules/simpletest/tests/form_test.module |
|
form_test_checkbox_type_juggling |
core/modules/simpletest/tests/form_test.module |
|
form_test_clicked_button |
core/modules/simpletest/tests/form_test.module |
Form builder to test button click detection. |
form_test_clicked_button_submit |
core/modules/simpletest/tests/form_test.module |
Form submit handler for the form_test_clicked_button() form. |
form_test_clicked_button_validate |
core/modules/simpletest/tests/form_test.module |
Form validation handler for the form_test_clicked_button() form. |
form_test_color |
core/modules/simpletest/tests/form_test.module |
Form constructor for testing #type 'color' elements. |
form_test_color_submit |
core/modules/simpletest/tests/form_test.module |
Form submission handler for form_test_color(). |
form_test_disabled_tabledrag_row |
core/modules/simpletest/tests/form_test.module |
Menu callback for testing disabled tabledrag rows. |
form_test_double_form |
core/modules/simpletest/tests/form_test.module |
Menu callback returns two instances of the same form. |
form_test_element_validate_name |
core/modules/simpletest/tests/form_test.module |
Form element validation handler for 'name' in form_test_validate_form(). |
form_test_email |
core/modules/simpletest/tests/form_test.module |
Form constructor for testing #type 'email' elements. |
form_test_email_submit |
core/modules/simpletest/tests/form_test.module |
Form submission handler for form_test_email(). |
form_test_form_alter |
core/modules/simpletest/tests/form_test.module |
Implements hook_form_alter(). |
form_test_form_form_test_alter_form_alter |
core/modules/simpletest/tests/form_test.module |
Implements hook_form_FORM_ID_alter(). |
form_test_form_form_test_state_persist_alter |
core/modules/simpletest/tests/form_test.module |
Implements hook_form_FORM_ID_alter(). |
form_test_form_rebuild_preserve_values_form |
core/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 |
core/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 |
core/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 |
core/modules/simpletest/tests/form_test.module |
Form constructor for the form_state_values_clean() test. |
form_test_form_state_values_clean_advanced_form_submit |
core/modules/simpletest/tests/form_test.module |
Form submission handler for form_test_form_state_values_clean_advanced_form(). |