class TestController in Zircon Profile 8
Same name in this branch
- 8 core/tests/Drupal/Tests/Core/Controller/TestController.php \Drupal\Tests\Core\Controller\TestController
- 8 core/tests/Drupal/Tests/Core/Access/CustomAccessCheckTest.php \Drupal\Tests\Core\Access\TestController
- 8 core/modules/system/tests/modules/httpkernel_test/src/Controller/TestController.php \Drupal\httpkernel_test\Controller\TestController
- 8 core/modules/system/tests/modules/token_test/src/Controller/TestController.php \Drupal\token_test\Controller\TestController
- 8 core/modules/system/tests/modules/conneg_test/src/Controller/TestController.php \Drupal\conneg_test\Controller\TestController
Same name and namespace in other branches
- 8.0 core/modules/system/tests/modules/httpkernel_test/src/Controller/TestController.php \Drupal\httpkernel_test\Controller\TestController
A test controller.
Hierarchy
- class \Drupal\httpkernel_test\Controller\TestController
Expanded class hierarchy of TestController
File
- core/
modules/ system/ tests/ modules/ httpkernel_test/ src/ Controller/ TestController.php, line 15 - Contains \Drupal\httpkernel_test\Controller\TestController.
Namespace
Drupal\httpkernel_test\ControllerView source
class TestController {
/**
* Return an empty response.
*/
public function get() {
return new Response();
}
}
Members
Name | Modifiers | Type | Description | Overrides |
---|---|---|---|---|
TestController:: |
public | function | Return an empty response. |