public function TestControllers::test5

File

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

Class

TestControllers
Controller routines for testing the routing system.

Namespace

Drupal\router_test

Code

public function test5() {
  return "test5";
}