function Test::httpResponseException
Same name in other branches
- 8.9.x core/modules/system/tests/modules/test_page_test/src/Controller/Test.php \Drupal\test_page_test\Controller\Test::httpResponseException()
- 10 core/modules/system/tests/modules/test_page_test/src/Controller/Test.php \Drupal\test_page_test\Controller\Test::httpResponseException()
- 11.x core/modules/system/tests/modules/test_page_test/src/Controller/Test.php \Drupal\test_page_test\Controller\Test::httpResponseException()
Throws a HTTP exception.
Parameters
int $code: The status code.
1 string reference to 'Test::httpResponseException'
- test_page_test.routing.yml in core/
modules/ system/ tests/ modules/ test_page_test/ test_page_test.routing.yml - core/modules/system/tests/modules/test_page_test/test_page_test.routing.yml
File
-
core/
modules/ system/ tests/ modules/ test_page_test/ src/ Controller/ Test.php, line 88
Class
- Test
- Defines a test controller for page titles.
Namespace
Drupal\test_page_test\ControllerCode
public function httpResponseException($code) {
throw new HttpException($code);
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.