FestinHegre/vendor/symfony/http-kernel
2024-09-26 17:26:04 +02:00
..
Attribute Vendor 2024-09-26 17:26:04 +02:00
Bundle Vendor 2024-09-26 17:26:04 +02:00
CacheClearer Vendor 2024-09-26 17:26:04 +02:00
CacheWarmer Vendor 2024-09-26 17:26:04 +02:00
Config Vendor 2024-09-26 17:26:04 +02:00
Controller Vendor 2024-09-26 17:26:04 +02:00
ControllerMetadata Vendor 2024-09-26 17:26:04 +02:00
DataCollector Vendor 2024-09-26 17:26:04 +02:00
Debug Vendor 2024-09-26 17:26:04 +02:00
DependencyInjection Vendor 2024-09-26 17:26:04 +02:00
Event Vendor 2024-09-26 17:26:04 +02:00
EventListener Vendor 2024-09-26 17:26:04 +02:00
Exception Vendor 2024-09-26 17:26:04 +02:00
Fragment Vendor 2024-09-26 17:26:04 +02:00
HttpCache Vendor 2024-09-26 17:26:04 +02:00
Log Vendor 2024-09-26 17:26:04 +02:00
Profiler Vendor 2024-09-26 17:26:04 +02:00
Resources Vendor 2024-09-26 17:26:04 +02:00
CHANGELOG.md Vendor 2024-09-26 17:26:04 +02:00
composer.json Vendor 2024-09-26 17:26:04 +02:00
HttpClientKernel.php Vendor 2024-09-26 17:26:04 +02:00
HttpKernel.php Vendor 2024-09-26 17:26:04 +02:00
HttpKernelBrowser.php Vendor 2024-09-26 17:26:04 +02:00
HttpKernelInterface.php Vendor 2024-09-26 17:26:04 +02:00
Kernel.php Vendor 2024-09-26 17:26:04 +02:00
KernelEvents.php Vendor 2024-09-26 17:26:04 +02:00
KernelInterface.php Vendor 2024-09-26 17:26:04 +02:00
LICENSE Vendor 2024-09-26 17:26:04 +02:00
README.md Vendor 2024-09-26 17:26:04 +02:00
RebootableInterface.php Vendor 2024-09-26 17:26:04 +02:00
TerminableInterface.php Vendor 2024-09-26 17:26:04 +02: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