form_process_weight |
includes/form.inc |
Expands a weight element into a select element. |
form_select_options |
includes/form.inc |
Converts an array of options into HTML, for use in select list form elements. |
form_set_cache |
includes/form.inc |
Stores a form in the cache. |
_form_set_class |
includes/form.inc |
Sets a form element's class attribute. |
form_set_error |
includes/form.inc |
Files an error against a form element. |
form_set_value |
includes/form.inc |
Changes submitted form values during form validation. |
form_state_defaults |
includes/form.inc |
Retrieves default values for the $form_state array. |
form_state_keys_no_cache |
includes/form.inc |
Returns an array of $form_state keys that shouldn't be cached. |
form_state_values_clean |
includes/form.inc |
Removes internal Form API elements and buttons from submitted form values. |
form_storage_test_form_continue_submit |
modules/simpletest/tests/form_test.module |
Form submit handler to continue multi-step form. |
form_test_alter_form |
modules/simpletest/tests/form_test.module |
Form builder for testing hook_form_alter() and hook_form_FORM_ID_alter(). |
form_test_cache_form |
modules/simpletest/tests/form_test.module |
A simple form for testing form caching. |
_form_test_checkbox |
modules/simpletest/tests/form_test.module |
Build a form to test a checkbox. |
form_test_checkboxes_radios |
modules/simpletest/tests/form_test.module |
Form constructor to test expansion of #type checkboxes and radios. |
form_test_checkboxes_zero |
modules/simpletest/tests/form_test.module |
|
_form_test_checkboxes_zero_no_redirect |
modules/simpletest/tests/form_test.module |
|
_form_test_checkbox_submit |
modules/simpletest/tests/form_test.module |
Return the form values via JSON. |
form_test_checkbox_type_juggling |
modules/simpletest/tests/form_test.module |
|
form_test_clicked_button |
modules/simpletest/tests/form_test.module |
Form builder to test button click detection. |
form_test_clicked_button_submit |
modules/simpletest/tests/form_test.module |
Form submit handler for the form_test_clicked_button() form. |
form_test_clicked_button_validate |
modules/simpletest/tests/form_test.module |
Form validation handler for the form_test_clicked_button() form. |
form_test_color |
modules/simpletest/tests/form_test.module |
Form constructor for testing #type 'color' elements. |
form_test_color_submit |
modules/simpletest/tests/form_test.module |
Form submission handler for form_test_color(). |
_form_test_disabled_elements |
modules/simpletest/tests/form_test.module |
Build a form to test disabled elements. |
_form_test_disabled_elements_submit |
modules/simpletest/tests/form_test.module |
Return the form values via JSON. |
form_test_double_form |
modules/simpletest/tests/form_test.module |
Menu callback returns two instances of the same form. |
form_test_element_validate_name |
modules/simpletest/tests/form_test.module |
Form element validation handler for 'name' in form_test_validate_form(). |
form_test_email |
modules/simpletest/tests/form_test.module |
Form constructor for testing #type 'email' elements. |
form_test_email_submit |
modules/simpletest/tests/form_test.module |
Form submission handler for form_test_email(). |
form_test_form_alter |
modules/simpletest/tests/form_test.module |
Implements hook_form_alter(). |
form_test_form_form_test_alter_form_alter |
modules/simpletest/tests/form_test.module |
Implements hook_form_FORM_ID_alter(). |
form_test_form_form_test_state_persist_alter |
modules/simpletest/tests/form_test.module |
Implements hook_form_FORM_ID_alter(). |
form_test_form_rebuild_preserve_values_form |
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 |
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 |
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 |
modules/simpletest/tests/form_test.module |
Form constructor for the form_state_values_clean() test. |
form_test_form_state_values_clean_advanced_form_submit |
modules/simpletest/tests/form_test.module |
Form submission handler for form_test_form_state_values_clean_advanced_form(). |
form_test_form_state_values_clean_form |
modules/simpletest/tests/form_test.module |
Form builder for form_state_values_clean() test. |
form_test_form_state_values_clean_form_submit |
modules/simpletest/tests/form_test.module |
Form submit handler for form_state_values_clean() test form. |
form_test_form_user_register_form_alter |
modules/simpletest/tests/form_test.module |
Implements hook_form_FORM_ID_alter() for the registration form. |
form_test_h5datetime |
modules/simpletest/tests/form_test.module |
Form constructor for #type html_date, html_time and html_datetime elements. |
form_test_h5datetime_submit |
modules/simpletest/tests/form_test.module |
Form submission handler for form_test_h5datetime(). |
form_test_html_id |
modules/simpletest/tests/form_test.module |
Builds a simple form to test duplicate HTML IDs. |
_form_test_input_forgery |
modules/simpletest/tests/form_test.module |
Build a form to test input forgery of enabled elements. |
_form_test_input_forgery_submit |
modules/simpletest/tests/form_test.module |
Return the form values via JSON. |
form_test_limit_validation_errors_element_validate_test |
modules/simpletest/tests/form_test.module |
Form element validation handler for the 'test' element. |
form_test_limit_validation_errors_form |
modules/simpletest/tests/form_test.module |
Builds a simple form with a button triggering partial validation. |
form_test_limit_validation_errors_form_partial_submit |
modules/simpletest/tests/form_test.module |
Form submit handler for the partial validation submit button. |
form_test_load_include_custom |
modules/simpletest/tests/form_test.module |
Menu callback for testing custom form includes. |
form_test_load_include_menu |
modules/simpletest/tests/form_test.file.inc |
Form constructor for testing FAPI file inclusion of the file specified in
hook_menu(). |