http_kernel_interface
interface http_kernel_interface
| internal |
Contract for the HTTP kernel responsible for executing the request lifecycle.
Methods
void
handle(ContainerInterface $container, RouteCollection $routes, RequestContext $context)
Handle the request/response cycle.
Details
at line 40
void
handle(ContainerInterface $container, RouteCollection $routes, RequestContext $context)
Handle the request/response cycle.
Should output the response or throw exception.