Functions

Primary tabs

Name Locationsort descending Description Direct uses Strings
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_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
menu_test_menu drupal/core/modules/system/tests/modules/menu_test/menu_test.module Implements hook_menu().
menu_test_local_actions drupal/core/modules/system/tests/modules/menu_test/menu_test.module Implements hook_local_actions().
menu_test_menu_local_tasks drupal/core/modules/system/tests/modules/menu_test/menu_test.module Implements hook_menu_local_tasks().
menu_test_menu_local_tasks_alter drupal/core/modules/system/tests/modules/menu_test/menu_test.module Implements hook_menu_local_tasks_alter().
menu_test_argument_load drupal/core/modules/system/tests/modules/menu_test/menu_test.module Dummy argument loader for hook_menu() to point to. 1
menu_test_other_argument_load drupal/core/modules/system/tests/modules/menu_test/menu_test.module Dummy argument loader for hook_menu() to point to. 1
menu_test_callback drupal/core/modules/system/tests/modules/menu_test/menu_test.module Dummy callback for hook_menu() to point to. 1
menu_test_menu_trail_callback drupal/core/modules/system/tests/modules/menu_test/menu_test.module Callback that test menu_test_menu_tree_set_path(). 1
menu_test_custom_403_404_callback drupal/core/modules/system/tests/modules/menu_test/menu_test.module Callback for our custom 403 and 404 pages. 1
menu_test_theme_page_callback drupal/core/modules/system/tests/modules/menu_test/menu_test.module Page callback to use when testing the theme callback functionality. 1
menu_test_theme_callback drupal/core/modules/system/tests/modules/menu_test/menu_test.module Theme callback to use when testing the theme callback functionality. 1
menu_test_custom_theme drupal/core/modules/system/tests/modules/menu_test/menu_test.module Implement hook_custom_theme().
menu_test_menu_name drupal/core/modules/system/tests/modules/menu_test/menu_test.module Helper function for the testMenuName() test. Used to change the menu_name parameter of a menu. 2
menu_test_menu_link_insert drupal/core/modules/system/tests/modules/menu_test/menu_test.module Implements hook_menu_link_insert().
menu_test_menu_link_update drupal/core/modules/system/tests/modules/menu_test/menu_test.module Implements hook_menu_link_update().

Pages

Other projects