public function TestContent::test1

Provides example content for testing route enhancers.

1 string reference to 'TestContent::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/TestContent.php, line 18
Contains \Drupal\router_test\TestContent.

Class

TestContent
Test controllers that are intended to be wrapped in a main controller.

Namespace

Drupal\router_test

Code

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