function TestContent::test1
Same name in other branches
- 9 core/modules/system/tests/modules/router_test_directory/src/TestContent.php \Drupal\router_test\TestContent::test1()
- 8.9.x core/modules/system/tests/modules/router_test_directory/src/TestContent.php \Drupal\router_test\TestContent::test1()
- 10 core/modules/system/tests/modules/router_test_directory/src/TestContent.php \Drupal\router_test\TestContent::test1()
Provides example content for testing route enhancers.
1 string reference to 'TestContent::test1'
- router_test.routing.yml in core/
modules/ system/ tests/ modules/ router_test_directory/ router_test.routing.yml - core/modules/system/tests/modules/router_test_directory/router_test.routing.yml
File
-
core/
modules/ system/ tests/ modules/ router_test_directory/ src/ TestContent.php, line 42
Class
- TestContent
- Test controllers that are intended to be wrapped in a main controller.
Namespace
Drupal\router_testCode
public function test1() {
return [
'#markup' => 'abcde',
];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.