function menu_login_callback

Menu callback to be used as a login path.

3 string references to 'menu_login_callback'
menu_test_menu in drupal/core/modules/system/tests/modules/menu_test/menu_test.module
Implements hook_menu().
menu_test_menu_site_status_alter in drupal/core/modules/system/tests/modules/menu_test/menu_test.module
Implements hook_menu_site_status_alter().
RouterTest::testMaintenanceModeLoginPaths in drupal/core/modules/system/lib/Drupal/system/Tests/Menu/RouterTest.php
Make sure the maintenance mode can be bypassed using hook_menu_site_status_alter().

File

drupal/core/modules/system/tests/modules/menu_test/menu_test.module, line 571
Dummy module implementing hook menu.

Code

function menu_login_callback() {
  return 'This is menu_login_callback().';
}