function TestController::get
Return an empty response.
1 string reference to 'TestController::get'
- http_kernel_test.routing.yml in core/
modules/ system/ tests/ modules/ http_kernel_test/ http_kernel_test.routing.yml - core/modules/system/tests/modules/http_kernel_test/http_kernel_test.routing.yml
File
-
core/
modules/ system/ tests/ modules/ http_kernel_test/ src/ Controller/ TestController.php, line 15
Class
- TestController
- A test controller.
Namespace
Drupal\http_kernel_test\ControllerCode
public function get() {
return new Response();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.