You are here

namespace Symfony\Component\HttpKernel in Zircon Profile 8

Same name in other branches
  1. 8.0 Symfony\Component\HttpKernel
Classsort descending Location Description
Client vendor/symfony/http-kernel/Client.php Client simulates a browser and makes requests to a Kernel object.
HttpKernel vendor/symfony/http-kernel/HttpKernel.php HttpKernel notifies events to convert a Request object to a Response one.
HttpKernelInterface vendor/symfony/http-kernel/HttpKernelInterface.php HttpKernelInterface handles a Request to convert it to a Response.
Kernel vendor/symfony/http-kernel/Kernel.php The Kernel is the heart of the Symfony system.
KernelEvents vendor/symfony/http-kernel/KernelEvents.php Contains all events thrown in the HttpKernel component.
KernelInterface vendor/symfony/http-kernel/KernelInterface.php The Kernel is the heart of the Symfony system.
TerminableInterface vendor/symfony/http-kernel/TerminableInterface.php Terminable extends the Kernel request/response cycle with dispatching a post response event after sending the response and before shutting down the kernel.
UriSigner vendor/symfony/http-kernel/UriSigner.php Signs URIs.