Functions

Primary tabs

Name Location Description Direct uses Stringssort ascending
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_title_callback drupal/core/modules/system/tests/modules/menu_test/menu_test.module Concatenates a string, by using the t() function and a case number. 1
_theme_test_load_registry drupal/core/modules/system/tests/modules/theme_test/theme_test.module Fake registry loading callback. 1
theme_test_request_listener_page_callback drupal/core/modules/system/tests/modules/theme_test/theme_test.module Menu callback for testing themed output generated in a request listener. 1
theme_test_template_test_page_callback drupal/core/modules/system/tests/modules/theme_test/theme_test.module Menu callback for testing template overridding based on filename. 1
theme_test_info_stylesheets drupal/core/modules/system/tests/modules/theme_test/theme_test.module Page callback; Adds stylesheets to test theme .info.yml property processing. 1
_theme_custom_theme drupal/core/modules/system/tests/modules/theme_test/theme_test.module Custom theme callback. 1
_theme_test_alter drupal/core/modules/system/tests/modules/theme_test/theme_test.module Page callback, calls drupal_alter(). 1
_theme_test_suggestion drupal/core/modules/system/tests/modules/theme_test/theme_test.module Page callback, calls a theme hook suggestion. 1
ajax_forms_test_simple_form drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Tests form_state['values'] during callback. 1
ajax_forms_test_advanced_commands_after_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'after'. 1
ajax_forms_test_advanced_commands_alert_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'alert'. 1
ajax_forms_test_advanced_commands_append_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'append'. 1
ajax_forms_test_advanced_commands_before_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'before'. 1
ajax_forms_test_advanced_commands_changed_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'changed'. 1
ajax_forms_test_advanced_commands_changed_asterisk_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'changed' with asterisk marking inner div. 1
ajax_forms_test_advanced_commands_css_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'css'. 1
ajax_forms_test_advanced_commands_data_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'data'. 1
ajax_forms_test_advanced_commands_invoke_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'invoke'. 1
ajax_forms_test_advanced_commands_html_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'html'. 1
ajax_forms_test_advanced_commands_insert_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'insert'. 1
ajax_forms_test_advanced_commands_prepend_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'prepend'. 1
ajax_forms_test_advanced_commands_remove_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'remove'. 1
ajax_forms_test_advanced_commands_restripe_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'restripe'. 1
ajax_forms_test_advanced_commands_settings_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects 'settings'. 1
ajax_forms_test_advanced_commands_add_css_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax callback for 'add_css'. 1
ajax_forms_test_advanced_commands_settings_with_merging_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax callback for 'settings' but with setting overrides. 1
ajax_forms_test_validation_form drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Form constructor for AJAX validation form. 1
ajax_forms_test_validation_form_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects the 'drivertext' element of the validation form. 1
ajax_forms_test_validation_number_form_callback drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Ajax form callback: Selects the 'drivernumber' element of the validation form. 1
ajax_forms_test_lazy_load_form_submit drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module Form submit handler: Adds JavaScript and CSS that wasn't on the original form. 1
ajax_forms_test_lazy_load_form_ajax drupal/core/modules/system/tests/modules/ajax_forms_test/ajax_forms_test.module AJAX form callback: Selects for the ajax_forms_test_lazy_load_form() form. 1
common_test_drupal_goto_redirect drupal/core/modules/system/tests/modules/common_test/common_test.module Redirects using drupal_goto(). 1
common_test_drupal_goto_redirect_advanced drupal/core/modules/system/tests/modules/common_test/common_test.module Redirects using drupal_goto(). 1
common_test_drupal_goto_land drupal/core/modules/system/tests/modules/common_test/common_test.module Page callback: Provides a landing page for drupal_goto(). 1
common_test_drupal_goto_land_alternative drupal/core/modules/system/tests/modules/common_test/common_test.module Page callback: Provides a landing page for drupal_goto(). 1
common_test_drupal_goto_land_fail drupal/core/modules/system/tests/modules/common_test/common_test.module Page callback: Provides a failure landing page for drupal_goto(). 1
common_test_destination drupal/core/modules/system/tests/modules/common_test/common_test.module Prints a destination query parameter. 1
common_test_drupal_render_invalid_keys drupal/core/modules/system/tests/modules/common_test/common_test.module Renders an element with an invalid render array key. 1
common_test_drupal_render_printing_pre_render drupal/core/modules/system/tests/modules/common_test/common_test.module Applies #printed to an element to help test #pre_render. 1
common_test_js_and_css_querystring drupal/core/modules/system/tests/modules/common_test/common_test.module Adds a JavaScript file and a CSS file with a query string appended. 1
database_test_db_query_temporary drupal/core/modules/system/tests/modules/database_test/database_test.module Runs db_query_temporary() and outputs the table name and its number of rows. 1
database_test_even_pager_query drupal/core/modules/system/tests/modules/database_test/database_test.module Runs a pager query and returns the results. 1
database_test_odd_pager_query drupal/core/modules/system/tests/modules/database_test/database_test.module Runs a pager query and returns the results. 1

Pages

Other projects