class ContainerAwareHttpKernel extends HttpKernel
deprecated
since version 2.7, to be removed in 3.0.
Adds a managed request scope.
Methods
__construct(EventDispatcherInterface $dispatcher, ContainerInterface $container, ControllerResolverInterface $controllerResolver, RequestStack $requestStack = null, bool $triggerDeprecation = true) Constructor.
Response handle(Request $request, int $type = HttpKernelInterface::MASTER_REQUEST, bool $catch = true) Handles a Request to convert