Functions

Primary tabs

Name Location Description Direct uses Stringssort ascending
batch_test_multistep_form drupal/core/modules/system/tests/modules/batch_test/batch_test.module Form constructor for a multistep form. 1
batch_test_chained_form_submit_1 drupal/core/modules/system/tests/modules/batch_test/batch_test.module Form submission handler #1 for batch_test_chained_form(). 1
batch_test_chained_form_submit_2 drupal/core/modules/system/tests/modules/batch_test/batch_test.module Form submission handler #2 for batch_test_chained_form(). 1
batch_test_chained_form_submit_3 drupal/core/modules/system/tests/modules/batch_test/batch_test.module Form submission handler #3 for batch_test_chained_form(). 1
batch_test_chained_form_submit_4 drupal/core/modules/system/tests/modules/batch_test/batch_test.module Form submission handler #4 for batch_test_chained_form(). 1
batch_test_programmatic drupal/core/modules/system/tests/modules/batch_test/batch_test.module Menu callback: Submits the 'Chained' form programmatically. 1
batch_test_nested_drupal_form_submit drupal/core/modules/system/tests/modules/batch_test/batch_test.module Menu callback: Submits a form within a batch programmatically. 1
_batch_test_nested_drupal_form_submit_callback drupal/core/modules/system/tests/modules/batch_test/batch_test.module Batch operation: Submits form_test_mock_form() using drupal_form_submit(). 1
batch_test_mock_form drupal/core/modules/system/tests/modules/batch_test/batch_test.module Form constructor for a simple form with a textfield and submit button. 1
batch_test_no_form drupal/core/modules/system/tests/modules/batch_test/batch_test.module Menu callback: Fires a batch process without a form submission. 1
batch_test_large_percentage drupal/core/modules/system/tests/modules/batch_test/batch_test.module Menu callback: Fires a batch process without a form submission. 1
batch_test_redirect_page drupal/core/modules/system/tests/modules/batch_test/batch_test.module Menu callback: Redirects successfuly. 1
batch_test_theme_batch drupal/core/modules/system/tests/modules/batch_test/batch_test.module Menu callback: Runs a batch for testing theme used on the progress page. 1
_batch_test_theme_callback drupal/core/modules/system/tests/modules/batch_test/batch_test.module Tests the progress page theme by performing a batch callback. 1
_batch_test_callback_5 drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc Performs a simple batch operation. 1
_batch_test_nested_batch_callback drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc Performs a batch operation setting up its own batch. 1
_batch_test_finished_0 drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc Triggers 'finished' callback for batch 0. 1
_batch_test_finished_1 drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc Triggers 'finished' callback for batch 1. 1
_batch_test_finished_2 drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc Triggers 'finished' callback for batch 2. 1
_batch_test_finished_3 drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc Triggers 'finished' callback for batch 3. 1
_batch_test_finished_4 drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc Triggers 'finished' callback for batch 4. 1
_batch_test_finished_5 drupal/core/modules/system/tests/modules/batch_test/batch_test.callbacks.inc Triggers 'finished' callback for batch 5. 1
system_test_basic_auth_page drupal/core/modules/system/tests/modules/system_test/system_test.module 1
system_test_set_header drupal/core/modules/system/tests/modules/system_test/system_test.module 1
system_test_main_content_fallback drupal/core/modules/system/tests/modules/system_test/system_test.module Menu callback to test main content fallback(). 1
system_test_page_shutdown_functions drupal/core/modules/system/tests/modules/system_test/system_test.module A simple page callback which adds a register shutdown function. 1
_system_test_first_shutdown_function drupal/core/modules/system/tests/modules/system_test/system_test.module Dummy shutdown function which registers another shutdown function. 1
_system_test_second_shutdown_function drupal/core/modules/system/tests/modules/system_test/system_test.module Dummy shutdown function. 1
system_test_authorize_init_page drupal/core/modules/system/tests/modules/system_test/system_test.module Page callback to initialize authorize.php during testing. 1
module_test_hook_dynamic_loading_invoke drupal/core/modules/system/tests/modules/module_test/module_test.module Page callback for 'hook dynamic loading' test. 1
module_test_hook_dynamic_loading_invoke_all drupal/core/modules/system/tests/modules/module_test/module_test.module Page callback for 'hook dynamic loading' test. 1
module_test_hook_dynamic_loading_invoke_all_during_load drupal/core/modules/system/tests/modules/module_test/module_test.module Page callback for 'hook dynamic loading' test. 1
module_test_class_loading drupal/core/modules/system/tests/modules/module_test/module_test.module Page callback for 'class loading' test. 1
update_test_3_update_8000 drupal/core/modules/system/tests/modules/update_test_3/update_test_3.install Dummy update_test_3 update 8000. 1
update_test_2_update_8000 drupal/core/modules/system/tests/modules/update_test_2/update_test_2.install Dummy update_test_2 update 8000. 1
update_test_2_update_8001 drupal/core/modules/system/tests/modules/update_test_2/update_test_2.install Dummy update_test_2 update 8001. 1
plugin_test_definitions drupal/core/modules/system/tests/modules/plugin_test/plugin_test.module A simple page callback that prints plugin labels for testing. 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_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_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_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_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_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

Pages

Other projects