Functions - 7.x - drupal
Title | Deprecated | File name | Summary | Direct uses | Strings |
---|---|---|---|---|---|
form_label_test_form | modules/ |
A form for testing form labels and required marks. | 1 | ||
form_load_include | includes/ |
Ensures an include file is loaded whenever the form is processed. | 1 | ||
form_options_flatten | includes/ |
Allows PHP array processing of multiple select options with the same value. | 3 | ||
form_pre_render_conditional_form_element | includes/ |
Adds form element theming to an element if its title or description is set. | 1 | ||
form_pre_render_fieldset | includes/ |
Adds members of this group as actual elements for rendering. | 1 | ||
form_process_actions | includes/ |
Processes a form actions container element. | 1 | ||
form_process_autocomplete | includes/ |
Process function to prepare autocomplete data. | 1 | ||
form_process_button | includes/ |
Processes a form button element. | 1 | ||
form_process_checkbox | includes/ |
Sets the #checked property of a checkbox element. | 1 | ||
form_process_checkboxes | includes/ |
Processes a checkboxes form element. | 1 | ||
form_process_container | includes/ |
Processes a container element. | 1 | ||
form_process_date | includes/ |
Expands a date element into year, month, and day select elements. | 1 | ||
form_process_fieldset | includes/ |
Arranges fieldsets into groups. | 1 | ||
form_process_machine_name | includes/ |
Processes a machine-readable name form element. | 1 | ||
form_process_password_confirm | includes/ |
Expand a password_confirm field into two text boxes. | 1 | ||
form_process_radios | includes/ |
Expands a radios element into individual radio elements. | 1 | ||
form_process_select | includes/ |
Processes a select list form element. | 1 | ||
form_process_tableselect | includes/ |
Creates checkbox or radio elements to populate a tableselect table. | 1 | ||
form_process_vertical_tabs | includes/ |
Creates a group formatted as vertical tabs. | 1 | ||
form_process_weight | includes/ |
Expands a weight element into a select element. | 1 | 1 | |
form_select_options | includes/ |
Converts an array of options into HTML, for use in select list form elements. | 1 | ||
form_set_cache | includes/ |
Stores a form in the cache. | 5 | ||
form_set_error | includes/ |
Files an error against a form element. | 85 | 1 | |
form_set_value | includes/ |
Changes submitted form values during form validation. | 24 | ||
form_state_defaults | includes/ |
Retrieves default values for the $form_state array. | 10 | ||
form_state_keys_no_cache | includes/ |
Returns an array of $form_state keys that shouldn't be cached. | 2 | ||
form_state_values_clean | includes/ |
Removes internal Form API elements and buttons from submitted form values. | 8 | ||
form_storage_test_form_continue_submit | modules/ |
Form submit handler to continue multi-step form. | 1 | ||
form_test_alter_form | modules/ |
Form builder for testing hook_form_alter() and hook_form_FORM_ID_alter(). | 2 | ||
form_test_cache_form | modules/ |
A simple form for testing form caching. | 2 | ||
form_test_checkboxes_radios | modules/ |
Form constructor to test expansion of #type checkboxes and radios. | 1 | ||
form_test_checkboxes_zero | modules/ |
1 | |||
form_test_checkbox_type_juggling | modules/ |
1 | |||
form_test_clicked_button | modules/ |
Form builder to test button click detection. | 1 | ||
form_test_clicked_button_submit | modules/ |
Form submit handler for the form_test_clicked_button() form. | |||
form_test_clicked_button_validate | modules/ |
Form validation handler for the form_test_clicked_button() form. | |||
form_test_double_form | modules/ |
Menu callback returns two instances of the same form. | 1 | ||
form_test_element_validate_name | modules/ |
Form element validation handler for 'name' in form_test_validate_form(). | 1 | ||
form_test_form_alter | modules/ |
Implements hook_form_alter(). | |||
form_test_form_form_test_alter_form_alter | modules/ |
Implements hook_form_FORM_ID_alter(). | |||
form_test_form_form_test_state_persist_alter | modules/ |
Implements hook_form_FORM_ID_alter(). | |||
form_test_form_rebuild_preserve_values_form | modules/ |
Form builder for testing preservation of values during a rebuild. | 1 | ||
form_test_form_rebuild_preserve_values_form_add_more | modules/ |
Button submit handler for form_test_form_rebuild_preserve_values_form(). | 1 | ||
form_test_form_rebuild_preserve_values_form_submit | modules/ |
Form submit handler for form_test_form_rebuild_preserve_values_form(). | |||
form_test_form_state_values_clean_advanced_form | modules/ |
Form constructor for the form_state_values_clean() test. | 1 | ||
form_test_form_state_values_clean_advanced_form_submit | modules/ |
Form submission handler for form_test_form_state_values_clean_advanced_form(). | |||
form_test_form_state_values_clean_form | modules/ |
Form builder for form_state_values_clean() test. | 1 | ||
form_test_form_state_values_clean_form_submit | modules/ |
Form submit handler for form_state_values_clean() test form. | |||
form_test_form_user_register_form_alter | modules/ |
Implements hook_form_FORM_ID_alter() for the registration form. | |||
form_test_html_id | modules/ |
Builds a simple form to test duplicate HTML IDs. | 1 |
Pagination
- Previous page
- Page 29
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.