Functions

Primary tabs

Name Location Description Direct uses Stringssort ascending
_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_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_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_checkbox drupal/core/modules/system/tests/modules/form_test/form_test.module Build a form to test a checkbox. 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_empty_select drupal/core/modules/system/tests/modules/form_test/form_test.module Builds a form to test select elements when #options is not an array. 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_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_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_disabled_elements drupal/core/modules/system/tests/modules/form_test/form_test.module Build a form to test disabled elements. 2 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_state_persist drupal/core/modules/system/tests/modules/form_test/form_test.module Form constructor for testing form state persistence. 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_clicked_button drupal/core/modules/system/tests/modules/form_test/form_test.module Form builder to test button click detection. 1
form_test_redirect drupal/core/modules/system/tests/modules/form_test/form_test.module Form builder to detect form redirect. 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_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
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
entity_test_permission drupal/core/modules/system/tests/modules/entity_test/entity_test.module Implements hook_permission(). 1
entity_test_add drupal/core/modules/system/tests/modules/entity_test/entity_test.module Menu callback: displays the 'Add new entity_test' form. 1
entity_test_edit drupal/core/modules/system/tests/modules/entity_test/entity_test.module Menu callback: displays the 'Edit existing entity_test' form. 1
entity_test_label_callback drupal/core/modules/system/tests/modules/entity_test/entity_test.module Entity label callback. 1

Pages

Other projects