Prints out test data.
File
- drupal/core/modules/system/tests/modules/menu_test/lib/Drupal/menu_test/TestControllers.php, line 27
- Contains \Drupal\menu_test\TestControllers.
Class
- TestControllers
- Controllers for testing the menu integration routing system.
Namespace
Drupal\menu_test
Code
public function test2() {
return 'test2';
}