interface HttpKernelInterface

HttpKernelInterface handles a Request to convert it to a Response.

@author Fabien Potencier <fabien@symfony.com>

@api

Hierarchy

Expanded class hierarchy of HttpKernelInterface

All classes that implement HttpKernelInterface

35 files declare their use of HttpKernelInterface

File

drupal/core/vendor/symfony/http-kernel/Symfony/Component/HttpKernel/HttpKernelInterface.php, line 24

Namespace

Symfony\Component\HttpKernel
View source

Members

Namesort descending Modifiers Type Description Overrides
HttpKernelInterface::handle public function Handles a Request to convert it to a Response. 5
HttpKernelInterface::MASTER_REQUEST constant
HttpKernelInterface::SUB_REQUEST constant