Namespaces
Symfony\Component\HttpKernel\BundleSymfony\Component\HttpKernel\CacheClearerSymfony\Component\HttpKernel\CacheWarmerSymfony\Component\HttpKernel\ConfigSymfony\Component\HttpKernel\ControllerSymfony\Component\HttpKernel\DataCollectorSymfony\Component\HttpKernel\DebugSymfony\Component\HttpKernel\DependencyInjectionSymfony\Component\HttpKernel\EventSymfony\Component\HttpKernel\EventListenerSymfony\Component\HttpKernel\ExceptionSymfony\Component\HttpKernel\FragmentSymfony\Component\HttpKernel\HttpCacheSymfony\Component\HttpKernel\LogSymfony\Component\HttpKernel\Profiler
Classes
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 |
UriSigner | Signs URIs. |
Interfaces
HttpKernelInterface | HttpKernelInterface handles a Request to convert it to a Response. |
KernelInterface | The Kernel is the heart of the Symfony system. |
TerminableInterface | Terminable extends the Kernel request/response cycle with dispatching a post response event after sending the response and before shutting down the kernel. |
Please login to continue.