interface HttpKernelInterface
HttpKernelInterface handles a Request to convert it to a Response.
MASTER_REQUEST | |
SUB_REQUEST |
Response | handle(Request $request, int $type = self::MASTER_REQUEST, bool $catch = true) Handles a Request to convert it to a Response. |
Handles a Request to convert it to a Response.
When $catch is true, the implementation must catch all exceptions and do its best to convert them to a Response instance.
Request | $request | A Request instance |
int | $type | The type of the request (one of HttpKernelInterface::MASTER_REQUEST or HttpKernelInterface::SUB_REQUEST) |
bool | $catch | Whether to catch exceptions or not |
Response | A Response instance |
Exception | When an Exception occurs during processing |
© 2004–2017 Fabien Potencier
Licensed under the MIT License.
https://api.symfony.com/4.1/Symfony/Component/HttpKernel/HttpKernelInterface.html