Functions

Primary tabs

Namesort descending Location Description Direct uses Strings
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_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_group_container drupal/core/modules/system/tests/modules/form_test/form_test.module Builds a simple form to test the #group property on #type 'container'. 1
form_test_group_details drupal/core/modules/system/tests/modules/form_test/form_test.module Builds a simple form to test the #group property on #type 'details'. 1
form_test_group_fieldset drupal/core/modules/system/tests/modules/form_test/form_test.module Builds a simple form to test the #group property on #type 'fieldset'. 1
form_test_group_vertical_tabs drupal/core/modules/system/tests/modules/form_test/form_test.module Builds a simple form to test the #group property on #type 'vertical_tabs'. 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_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_limit_validation_errors_element_validate_test drupal/core/modules/system/tests/modules/form_test/form_test.module Form element validation handler for the 'test' element. 1
form_test_limit_validation_errors_form drupal/core/modules/system/tests/modules/form_test/form_test.module Builds a simple form with a button triggering partial validation. 1
form_test_limit_validation_errors_form_partial_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Form submit handler for the partial validation submit button. 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_load_include_menu drupal/core/modules/system/tests/modules/form_test/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/core/modules/system/tests/modules/form_test/form_test.file.inc Ajax callback for the file inclusion via menu test. 1
form_test_load_include_submit drupal/core/modules/system/tests/modules/form_test/form_test.file.inc Submit callback for the form API file inclusion test forms. 2
form_test_menu drupal/core/modules/system/tests/modules/form_test/form_test.module Implements hook_menu().
form_test_number drupal/core/modules/system/tests/modules/form_test/form_test.module Builds a form to test #type 'number' and 'range' validation. 1 1
form_test_pattern_form drupal/core/modules/system/tests/modules/form_test/form_test.module Builds a simple form using the FAPI #pattern proterty. 1
form_test_permission drupal/core/modules/system/tests/modules/form_test/form_test.module Implements hook_permission().
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_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_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Form submit handler for 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_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_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_required_attribute drupal/core/modules/system/tests/modules/form_test/form_test.module Builds a form to test the required attribute. 1
form_test_select drupal/core/modules/system/tests/modules/form_test/form_test.module Builds a form to test #type 'select' validation. 1 1
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_storage_element_validate_value_cached drupal/core/modules/system/tests/modules/form_test/form_test.module Form element validation handler for 'value' element in form_test_storage_form(). 1
form_test_storage_form drupal/core/modules/system/tests/modules/form_test/form_test.module A multistep form for testing the form storage. 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_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_url drupal/core/modules/system/tests/modules/form_test/form_test.module Form constructor for testing #type 'url' elements. 1
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_validate_form drupal/core/modules/system/tests/modules/form_test/form_test.module Form builder for testing drupal_validate_form(). 1
form_test_validate_form_validate drupal/core/modules/system/tests/modules/form_test/form_test.module Form validation handler for form_test_validate_form().
form_test_validate_required_form drupal/core/modules/system/tests/modules/form_test/form_test.module Form constructor to test the #required property. 2 1
form_test_validate_required_form_element_validate drupal/core/modules/system/tests/modules/form_test/form_test.module Form element validation handler for 'Name' field in form_test_validate_required_form(). 1
form_test_validate_required_form_no_title drupal/core/modules/system/tests/modules/form_test/form_test.module Form constructor to test the #required property without #title. 1 1
form_test_validate_required_form_no_title_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Form submission handler for form_test_validate_required_form_no_title().
form_test_validate_required_form_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Form submission handler for form_test_validate_required_form().
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_form drupal/core/modules/system/tests/modules/form_test/form_test.module Form builder for form wrapper callback test. 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_type_checkboxes_value drupal/core/includes/form.inc Determines the value for a checkboxes form element.
form_type_checkbox_value drupal/core/includes/form.inc Determines the value for a checkbox form element.

Pages

Other projects