Dummy module implementing hook menu.

File

core/modules/simpletest/tests/menu_test.module

Functions

Namesort ascending Description
menu_test_title_callback Concatenates a string, by using the t() function and a case number.
menu_test_theme_page_callback Page callback to use when testing the theme callback functionality.
menu_test_theme_callback Theme callback to use when testing the theme callback functionality.
menu_test_static_variable Static function for testing hook results.
menu_test_other_argument_load Dummy argument loader for hook_menu() to point to.
menu_test_menu_trail_callback Callback that test menu_test_menu_tree_set_path().
menu_test_menu_site_status_alter Implements hook_menu_site_status_alter().
menu_test_menu_name Helper function for the testMenuName() test. Used to change the menu_name parameter of a menu.
menu_test_menu_link_update Implements hook_menu_link_update().
menu_test_menu_link_insert Implements hook_menu_link_insert().
menu_test_menu_link_delete Implements hook_menu_link_delete().
menu_test_menu Implements hook_menu().
menu_test_init Implements hook_init().
menu_test_custom_theme Implement hook_custom_theme().
menu_test_custom_403_404_callback Callback for our custom 403 and 404 pages.
menu_test_change_menu_type Helper function for MenuChangeTestCase.
menu_test_callback Dummy callback for hook_menu() to point to.
menu_test_argument_load Dummy argument loader for hook_menu() to point to.
menu_login_callback Menu callback to be used as a login path.