Functions

Solapas principales

Nombreorden descendente Ubicación Descripción Direct uses Strings
form_process_checkbox drupal-7.x/includes/form.inc Sets the #checked property of a checkbox element. 1
form_process_checkboxes drupal-7.x/includes/form.inc Processes a checkboxes form element. 1
form_process_container drupal-7.x/includes/form.inc Processes a container element. 1
form_process_date drupal-7.x/includes/form.inc Expands a date element into year, month, and day select elements. 1
form_process_fieldset drupal-7.x/includes/form.inc Arranges fieldsets into groups. 1
form_process_machine_name drupal-7.x/includes/form.inc Processes a machine-readable name form element. 1
form_process_password_confirm drupal-7.x/includes/form.inc Expand a password_confirm field into two text boxes. 1
form_process_radios drupal-7.x/includes/form.inc Expands a radios element into individual radio elements. 1
form_process_select drupal-7.x/includes/form.inc Processes a select list form element. 1
form_process_tableselect drupal-7.x/includes/form.inc Creates checkbox or radio elements to populate a tableselect table. 1
form_process_vertical_tabs drupal-7.x/includes/form.inc Creates a group formatted as vertical tabs. 1
form_process_weight drupal-7.x/includes/form.inc Expands a weight element into a select element. 1
form_select_options drupal-7.x/includes/form.inc Converts a select form element's options array into HTML. 1
form_set_cache drupal-7.x/includes/form.inc Stores a form in the cache. 2
form_set_error drupal-7.x/includes/form.inc Files an error against a form element. 86 1
form_set_value drupal-7.x/includes/form.inc Changes submitted form values during form validation. 24
form_state_defaults drupal-7.x/includes/form.inc Retrieves default values for the $form_state array. 8
form_state_keys_no_cache drupal-7.x/includes/form.inc Returns an array of $form_state keys that shouldn't be cached. 2
form_state_values_clean drupal-7.x/includes/form.inc Removes internal Form API elements and buttons from submitted form values. 8
form_storage_test_form_continue_submit drupal-7.x/modules/simpletest/tests/form_test.module Form submit handler to continue multi-step form. 1
form_test_alter_form drupal-7.x/modules/simpletest/tests/form_test.module Form builder for testing hook_form_alter() and hook_form_FORM_ID_alter(). 2
form_test_checkboxes_radios drupal-7.x/modules/simpletest/tests/form_test.module Form constructor to test expansion of #type checkboxes and radios. 1
form_test_checkboxes_zero drupal-7.x/modules/simpletest/tests/form_test.module 1
form_test_checkbox_type_juggling drupal-7.x/modules/simpletest/tests/form_test.module 1
form_test_clicked_button drupal-7.x/modules/simpletest/tests/form_test.module Form builder to test button click detection. 1
form_test_clicked_button_submit drupal-7.x/modules/simpletest/tests/form_test.module Form submit handler for the form_test_clicked_button() form.
form_test_clicked_button_validate drupal-7.x/modules/simpletest/tests/form_test.module Form validation handler for the form_test_clicked_button() form.
form_test_double_form drupal-7.x/modules/simpletest/tests/form_test.module Menu callback returns two instances of the same form. 1
form_test_element_validate_name drupal-7.x/modules/simpletest/tests/form_test.module Form element validation handler for 'name' in form_test_validate_form(). 1
form_test_form_alter drupal-7.x/modules/simpletest/tests/form_test.module Implements hook_form_alter().
form_test_form_form_test_alter_form_alter drupal-7.x/modules/simpletest/tests/form_test.module Implements hook_form_FORM_ID_alter().
form_test_form_form_test_state_persist_alter drupal-7.x/modules/simpletest/tests/form_test.module Implements hook_form_FORM_ID_alter().
form_test_form_rebuild_preserve_values_form drupal-7.x/modules/simpletest/tests/form_test.module Form builder for testing preservation of values during a rebuild. 1
form_test_form_rebuild_preserve_values_form_add_more drupal-7.x/modules/simpletest/tests/form_test.module Button submit handler for form_test_form_rebuild_preserve_values_form(). 1
form_test_form_rebuild_preserve_values_form_submit drupal-7.x/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 drupal-7.x/modules/simpletest/tests/form_test.module Form constructor for the form_state_values_clean() test. 1
form_test_form_state_values_clean_advanced_form_submit drupal-7.x/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 drupal-7.x/modules/simpletest/tests/form_test.module Form builder for form_state_values_clean() test. 1
form_test_form_state_values_clean_form_submit drupal-7.x/modules/simpletest/tests/form_test.module Form submit handler for form_state_values_clean() test form.
form_test_form_user_register_form_alter drupal-7.x/modules/simpletest/tests/form_test.module Implements hook_form_FORM_ID_alter() for the registration form.
form_test_html_id drupal-7.x/modules/simpletest/tests/form_test.module Builds a simple form to test duplicate HTML IDs. 1
form_test_limit_validation_errors_element_validate_test drupal-7.x/modules/simpletest/tests/form_test.module Form element validation handler for the 'test' element. 1
form_test_limit_validation_errors_form drupal-7.x/modules/simpletest/tests/form_test.module Builds a simple form with a button triggering partial validation. 1
form_test_limit_validation_errors_form_partial_submit drupal-7.x/modules/simpletest/tests/form_test.module Form submit handler for the partial validation submit button. 1
form_test_load_include_custom drupal-7.x/modules/simpletest/tests/form_test.module Menu callback for testing custom form includes. 1
form_test_load_include_menu drupal-7.x/modules/simpletest/tests/form_test.file.inc Form constructor for testing FAPI file inclusion of the file specified in hook_menu(). 1
form_test_load_include_menu_ajax drupal-7.x/modules/simpletest/tests/form_test.file.inc Ajax callback for the file inclusion via menu test. 1
form_test_load_include_submit drupal-7.x/modules/simpletest/tests/form_test.file.inc Submit callback for the form API file inclusion test forms. 2
form_test_menu drupal-7.x/modules/simpletest/tests/form_test.module Implements hook_menu().
form_test_programmatic_form drupal-7.x/modules/simpletest/tests/form_test.module Form builder to test programmatic form submissions. 1

Páginas