public function TestControllers::test1

Prints out test data.

1 string reference to 'TestControllers::test1'
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 20
Contains \Drupal\menu_test\TestControllers.

Class

TestControllers
Controllers for testing the menu integration routing system.

Namespace

Drupal\menu_test

Code

public function test1() {
  return 'test1';
}