public function TestControllers::test1

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

File

drupal/core/modules/system/tests/modules/router_test/lib/Drupal/router_test/TestControllers.php, line 17
Definition of Drupal\router_test\TestControllers.

Class

TestControllers
Controller routines for testing the routing system.

Namespace

Drupal\router_test

Code

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