public function TestControllers::testLogin in Drupal 9
Same name and namespace in other branches
- 8 core/modules/system/tests/modules/menu_test/src/TestControllers.php \Drupal\menu_test\TestControllers::testLogin()
- 10 core/modules/system/tests/modules/menu_test/src/TestControllers.php \Drupal\menu_test\TestControllers::testLogin()
Returns page to be used as a login path.
1 string reference to 'TestControllers::testLogin'
- menu_test.routing.yml in core/
modules/ system/ tests/ modules/ menu_test/ menu_test.routing.yml - core/modules/system/tests/modules/menu_test/menu_test.routing.yml
File
- core/
modules/ system/ tests/ modules/ menu_test/ src/ TestControllers.php, line 16
Class
- TestControllers
- Controllers for testing the menu integration routing system.
Namespace
Drupal\menu_testCode
public function testLogin() {
return [
'#markup' => 'This is TestControllers::testLogin.',
];
}