Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
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
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_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_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_form_state_database drupal/core/modules/system/tests/modules/form_test/form_test.module Builds a form which gets the database connection stored in the form state. 1
form_test_form_state_database_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Form submit handler for database form_state test.
form_test_menu drupal/core/modules/system/tests/modules/form_test/form_test.module Implements hook_menu().
form_test_permission drupal/core/modules/system/tests/modules/form_test/form_test.module Implements hook_permission().
_form_test_submit_values_json drupal/core/modules/system/tests/modules/form_test/form_test.module Form submit handler to return form values as JSON. 11
form_test_alter_form drupal/core/modules/system/tests/modules/form_test/form_test.module Form builder for testing hook_form_alter() and hook_form_FORM_ID_alter(). 2
block_form_form_test_alter_form_alter drupal/core/modules/system/tests/modules/form_test/form_test.module Implements hook_form_FORM_ID_alter() on behalf of block.module.
form_test_form_alter drupal/core/modules/system/tests/modules/form_test/form_test.module Implements hook_form_alter().
form_test_form_form_test_alter_form_alter drupal/core/modules/system/tests/modules/form_test/form_test.module Implements hook_form_FORM_ID_alter().
system_form_form_test_alter_form_alter drupal/core/modules/system/tests/modules/form_test/form_test.module Implements hook_form_FORM_ID_alter() on behalf of system.module.
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_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Form submission handler for form_test_validate_required_form().
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_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_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_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_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_tableselect_get_data drupal/core/modules/system/tests/modules/form_test/form_test.module Create a header and options array. Helper function for callbacks. 4
_form_test_tableselect_form_builder drupal/core/modules/system/tests/modules/form_test/form_test.module Build a form to test the tableselect element. 5
_form_test_tableselect_multiple_true_form drupal/core/modules/system/tests/modules/form_test/form_test.module Test the tableselect #multiple = TRUE functionality. 1
_form_test_tableselect_multiple_true_form_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Process the tableselect #multiple = TRUE submitted values.
_form_test_tableselect_multiple_false_form drupal/core/modules/system/tests/modules/form_test/form_test.module Test the tableselect #multiple = FALSE functionality. 1
_form_test_tableselect_colspan_form drupal/core/modules/system/tests/modules/form_test/form_test.module Test the tableselect #colspan functionality. 1
_form_test_tableselect_multiple_false_form_submit drupal/core/modules/system/tests/modules/form_test/form_test.module Process the tableselect #multiple = FALSE submitted values.
_form_test_tableselect_empty_form drupal/core/modules/system/tests/modules/form_test/form_test.module Test functionality of the tableselect #empty property. 1
_form_test_tableselect_js_select_form drupal/core/modules/system/tests/modules/form_test/form_test.module Test functionality of the tableselect #js_select property. 1
_form_test_vertical_tabs_form drupal/core/modules/system/tests/modules/form_test/form_test.module Tests functionality of vertical tabs. 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_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_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

Pages

Other projects