shipping/vendor/symfony/http-kernel
2025-01-14 22:09:35 +01:00
..
Attribute init 2025-01-14 22:09:35 +01:00
Bundle init 2025-01-14 22:09:35 +01:00
CacheClearer init 2025-01-14 22:09:35 +01:00
CacheWarmer init 2025-01-14 22:09:35 +01:00
Config init 2025-01-14 22:09:35 +01:00
Controller init 2025-01-14 22:09:35 +01:00
ControllerMetadata init 2025-01-14 22:09:35 +01:00
DataCollector init 2025-01-14 22:09:35 +01:00
Debug init 2025-01-14 22:09:35 +01:00
DependencyInjection init 2025-01-14 22:09:35 +01:00
Event init 2025-01-14 22:09:35 +01:00
EventListener init 2025-01-14 22:09:35 +01:00
Exception init 2025-01-14 22:09:35 +01:00
Fragment init 2025-01-14 22:09:35 +01:00
HttpCache init 2025-01-14 22:09:35 +01:00
Log init 2025-01-14 22:09:35 +01:00
Profiler init 2025-01-14 22:09:35 +01:00
Resources init 2025-01-14 22:09:35 +01:00
CHANGELOG.md init 2025-01-14 22:09:35 +01:00
composer.json init 2025-01-14 22:09:35 +01:00
HttpClientKernel.php init 2025-01-14 22:09:35 +01:00
HttpKernel.php init 2025-01-14 22:09:35 +01:00
HttpKernelBrowser.php init 2025-01-14 22:09:35 +01:00
HttpKernelInterface.php init 2025-01-14 22:09:35 +01:00
Kernel.php init 2025-01-14 22:09:35 +01:00
KernelEvents.php init 2025-01-14 22:09:35 +01:00
KernelInterface.php init 2025-01-14 22:09:35 +01:00
LICENSE init 2025-01-14 22:09:35 +01:00
README.md init 2025-01-14 22:09:35 +01:00
RebootableInterface.php init 2025-01-14 22:09:35 +01:00
TerminableInterface.php init 2025-01-14 22:09:35 +01:00

HttpKernel Component

The HttpKernel component provides a structured process for converting a Request into a Response by making use of the EventDispatcher component. It's flexible enough to create full-stack frameworks, micro-frameworks or advanced CMS systems like Drupal.

Resources