public function TestContent::__construct in Drupal 10
Same name and namespace in other branches
- 8 core/modules/system/tests/modules/router_test_directory/src/TestContent.php \Drupal\router_test\TestContent::__construct()
- 9 core/modules/system/tests/modules/router_test_directory/src/TestContent.php \Drupal\router_test\TestContent::__construct()
Constructs a TestContent instance.
File
- core/
modules/ system/ tests/ modules/ router_test_directory/ src/ TestContent.php, line 26
Class
- TestContent
- Test controllers that are intended to be wrapped in a main controller.
Namespace
Drupal\router_testCode
public function __construct(HttpKernelInterface $http_kernel) {
$this->httpKernel = $http_kernel;
}