Functions

Primary tabs

Name Location Description Direct usessort ascending Strings
form_storage_test_form_continue_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Form submit handler to continue multi-step form. 1
form_test_storage_form_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Form submit handler to finish multi-step form.
form_label_test_form drupal/core/modules/system/tests/modules/form_test/form_test.module A form for testing form labels and required marks. 1
form_test_wrapper_callback drupal/core/modules/system/tests/modules/form_test/form_test.module Menu callback; Invokes a form builder function with a wrapper callback. 1
form_test_wrapper_callback_wrapper drupal/core/modules/system/tests/modules/form_test/form_test.module Form wrapper for form_test_wrapper_callback_form(). 1
form_test_wrapper_callback_form drupal/core/modules/system/tests/modules/form_test/form_test.module Form builder for form wrapper callback test. 1
form_test_form_state_values_clean_form drupal/core/modules/system/tests/modules/form_test/form_test.module Form builder for form_state_values_clean() test. 1
form_test_form_state_values_clean_form_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Form submit handler for form_state_values_clean() test form.
form_test_form_state_values_clean_advanced_form drupal/core/modules/system/tests/modules/form_test/form_test.module Form constructor for the form_state_values_clean() test. 1
form_test_form_state_values_clean_advanced_form_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Form submission handler for form_test_form_state_values_clean_advanced_form().
_form_test_checkbox drupal/core/modules/system/tests/modules/form_test/form_test.module Build a form to test a checkbox. 1
form_test_language_select drupal/core/modules/system/tests/modules/form_test/form_test.module Builds a form to test the language select form element. 1
form_test_range drupal/core/modules/system/tests/modules/form_test/form_test.module Form constructor for testing #type 'range' elements. 1
form_test_range_invalid drupal/core/modules/system/tests/modules/form_test/form_test.module Form constructor for testing invalid #type 'range' elements. 1
form_test_color drupal/core/modules/system/tests/modules/form_test/form_test.module Form constructor for testing #type 'color' elements. 1
form_test_placeholder_test drupal/core/modules/system/tests/modules/form_test/form_test.module Builds a form to test the placeholder attribute. 1
form_test_checkboxes_radios drupal/core/modules/system/tests/modules/form_test/form_test.module Form constructor to test expansion of #type checkboxes and radios. 1
form_test_email drupal/core/modules/system/tests/modules/form_test/form_test.module Form constructor for testing #type 'email' elements. 1
form_test_url drupal/core/modules/system/tests/modules/form_test/form_test.module Form constructor for testing #type 'url' elements. 1
_form_test_input_forgery drupal/core/modules/system/tests/modules/form_test/form_test.module Build a form to test input forgery of enabled elements. 1
form_test_form_rebuild_preserve_values_form drupal/core/modules/system/tests/modules/form_test/form_test.module Form builder for testing preservation of values during a rebuild. 1
form_test_form_rebuild_preserve_values_form_add_more drupal/core/modules/system/tests/modules/form_test/form_test.module Button submit handler for form_test_form_rebuild_preserve_values_form(). 1
form_test_form_rebuild_preserve_values_form_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Form submit handler for form_test_form_rebuild_preserve_values_form().
form_test_state_persist drupal/core/modules/system/tests/modules/form_test/form_test.module Form constructor for testing form state persistence. 1
form_test_state_persist_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Submit handler.
form_test_form_form_test_state_persist_alter drupal/core/modules/system/tests/modules/form_test/form_test.module Implements hook_form_FORM_ID_alter().
form_test_programmatic_form drupal/core/modules/system/tests/modules/form_test/form_test.module Form builder to test programmatic form submissions. 1
form_test_programmatic_form_validate drupal/core/modules/system/tests/modules/form_test/form_test.module Form validation handler for programmatic form submissions.
form_test_programmatic_form_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Form submit handler for programmatic form submissions. 1
form_test_clicked_button drupal/core/modules/system/tests/modules/form_test/form_test.module Form builder to test button click detection. 1
form_test_clicked_button_validate drupal/core/modules/system/tests/modules/form_test/form_test.module Form validation handler for the form_test_clicked_button() form.
form_test_clicked_button_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Form submit handler for the form_test_clicked_button() form.
form_test_redirect drupal/core/modules/system/tests/modules/form_test/form_test.module Form builder to detect form redirect. 1
form_test_redirect_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Form submit handler to test different redirect behaviours.
form_test_form_user_register_form_alter drupal/core/modules/system/tests/modules/form_test/form_test.module Implements hook_form_FORM_ID_alter() for the registration form.
form_test_user_register_form_rebuild drupal/core/modules/system/tests/modules/form_test/form_test.module Submit callback that just lets the form rebuild. 1
form_test_two_instances drupal/core/modules/system/tests/modules/form_test/form_test.module Menu callback that returns two instances of the node form. 1
form_test_load_include_custom drupal/core/modules/system/tests/modules/form_test/form_test.module Menu callback for testing custom form includes. 1
form_test_checkbox_type_juggling drupal/core/modules/system/tests/modules/form_test/form_test.module 1
form_test_checkboxes_zero drupal/core/modules/system/tests/modules/form_test/form_test.module 1
_form_test_checkboxes_zero_no_redirect drupal/core/modules/system/tests/modules/form_test/form_test.module 1
form_test_required_attribute drupal/core/modules/system/tests/modules/form_test/form_test.module Builds a form to test the required attribute. 1
form_test_double_form drupal/core/modules/system/tests/modules/form_test/form_test.module Menu callback returns two instances of the same form. 1
form_test_html_id drupal/core/modules/system/tests/modules/form_test/form_test.module Builds a simple form to test duplicate HTML IDs. 1
form_test_button_class drupal/core/modules/system/tests/modules/form_test/form_test.module Builds a simple form to test form button classes. 1
requirements1_test_requirements drupal/core/modules/system/tests/modules/requirements1_test/requirements1_test.install Implements hook_requirements().
ajax_forms_test_menu drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Implements hook_menu().
ajax_forms_test_simple_form drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Tests form_state['values'] during callback. 1
ajax_forms_test_ajax_commands_form drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Form constructor for the Ajax Command display form. 2
ajax_forms_test_advanced_commands_after_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'after'. 1

Pages

Other projects