public function TestControllers::test2

Prints out test data.

1 string reference to 'TestControllers::test2'
menu_test.routing.yml in drupal/core/modules/system/tests/modules/menu_test/menu_test.routing.yml
drupal/core/modules/system/tests/modules/menu_test/menu_test.routing.yml

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';
}