class HttpKernel

Same name in this branch

This HttpKernel is used to manage scope changes of the DI container.

@author Fabien Potencier <fabien@symfony.com> @author Johannes M. Schmitt <schmittjoh@gmail.com>

Hierarchy

Expanded class hierarchy of HttpKernel

File

drupal/core/lib/Drupal/Core/HttpKernel.php, line 30
Definition of Drupal\Core\HttpKernel.

Namespace

Drupal\Core
View source

Members

Namesort descending Modifiers Type Description Overrides
HttpKernel::$container protected property
HttpKernel::$dispatcher protected property
HttpKernel::$esiSupport private property
HttpKernel::$resolver protected property
HttpKernel::filterResponse private function Filters a response object.
HttpKernel::forward public function Forwards the request to another controller.
HttpKernel::generateInternalUri public function Generates an internal URI for a given controller.
HttpKernel::handle public function Handles a Request to convert it to a Response. Overrides HttpKernel::handle
HttpKernel::handleException private function Handles and exception by trying to convert it to a Response.
HttpKernel::handleRaw private function Handles a request to convert it to a response.
HttpKernel::hasEsiSupport public function
HttpKernel::render public function Renders a Controller and returns the Response content.
HttpKernel::renderHIncludeTag public function Renders an HInclude tag.
HttpKernel::terminate public function @api Overrides TerminableInterface::terminate
HttpKernel::varToString private function
HttpKernel::__construct public function Constructor Overrides HttpKernel::__construct
HttpKernelInterface::MASTER_REQUEST constant
HttpKernelInterface::SUB_REQUEST constant