PHP Symfony\Component\HttpKernel Namespace

Nested Namespaces

Symfony\Component\HttpKernel\Bundle
Symfony\Component\HttpKernel\Cache
Symfony\Component\HttpKernel\CacheClearer
Symfony\Component\HttpKernel\Controller
Symfony\Component\HttpKernel\DataCollector
Symfony\Component\HttpKernel\DependencyInjection
Symfony\Component\HttpKernel\Event
Symfony\Component\HttpKernel\EventListener
Symfony\Component\HttpKernel\Exception
Symfony\Component\HttpKernel\HttpCache
Symfony\Component\HttpKernel\Log
Symfony\Component\HttpKernel\Security
Symfony\Component\HttpKernel\Tests

Interfaces

Name Description
HttpKernelInterface HttpKernelInterface handles a Request to convert it to a Response.

Classes

Name Description
BaseHttpKernel BaseHttpKernel notifies events to convert a Request object to a Response one.
Client Client simulates a browser and makes requests to a Kernel object.
HttpKernel HttpKernel notifies events to convert a Request object to a Response one.
Kernel The Kernel is the heart of the Symfony system.
KernelEvents Contains all events thrown in the HttpKernel component.