This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/HttpKernel
2020-05-31 07:29:28 +02:00
..
Bundle Merge branch '3.4' into 4.4 2020-03-16 09:56:54 +01:00
CacheClearer Fix quotes in exception messages 2020-03-16 12:24:17 +01:00
CacheWarmer Add return types to internal|final|private methods 2019-08-20 17:32:53 +02:00
Config [HttpKernel][FileLocator] Fix deprecation message 2020-01-08 19:38:10 +01:00
Controller Merge branch '3.4' into 4.4 2020-05-30 22:06:45 +02:00
ControllerMetadata Merge branch '3.4' into 4.4 2020-03-16 09:56:54 +01:00
DataCollector Merge branch '3.4' into 4.4 2020-04-01 08:18:20 +02:00
Debug Avoid nested exceptions if errors occur when generating file links 2019-10-23 00:12:13 -04:00
DependencyInjection Fix quotes in exception messages 2020-03-16 09:31:04 +01:00
Event [HttpKernel] Fix missing import in GetResponseForExceptionEvent 2019-11-12 10:28:52 +01:00
EventListener Revert "Change priority of KernelEvents::RESPONSE subscriber" 2020-05-16 15:57:47 +02:00
Exception Inherit Throwable in HttpExceptionInterface 2019-10-03 10:14:32 +02:00
Fragment Merge branch '3.4' into 4.4 2020-03-16 09:56:54 +01:00
HttpCache Merge branch '3.4' into 4.4 2020-05-19 18:54:45 +02:00
Log Merge branch '3.4' into 4.4 2020-05-19 10:30:42 +02:00
Profiler Fix some \Throwable support remaining issues 2019-11-12 18:18:47 +01:00
Resources Fix web debug toolbar z-index property 2019-10-25 20:47:58 -04:00
Tests bug #36914 Parse and render anonymous classes correctly on php 8 (derrabus) 2020-05-24 10:35:29 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore
CHANGELOG.md [HttpKernel] make ExceptionEvent able to propagate any throwable 2019-11-10 10:37:33 +01:00
Client.php Merge branch '4.3' into 4.4 2019-09-10 13:27:29 +02:00
composer.json Parse and render anonymous classes correctly on php 8 2020-05-24 10:33:35 +02:00
HttpClientKernel.php [DI] fix preloading script generation 2020-03-17 20:51:46 +01:00
HttpKernel.php [DI] fix preloading script generation 2020-03-17 20:51:46 +01:00
HttpKernelBrowser.php [HttpKernel] Fix missing use for request and response classes 2019-06-06 17:13:36 +03:00
HttpKernelInterface.php removed unneeded phpdocs 2019-08-06 08:19:29 +02:00
Kernel.php bumped Symfony version to 4.4.10 2020-05-31 07:29:28 +02:00
KernelEvents.php [EventDispatcher] swap arguments of dispatch() to allow registering events by FQCN 2019-03-14 08:32:46 +01:00
KernelInterface.php [FrameworkBundle] WebTestCase KernelBrowser::getContainer null return type 2019-09-27 12:05:31 +02:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Update links to documentation 2020-01-04 13:05:51 +01:00
RebootableInterface.php [HttpKernel][FrameworkBundle] Add RebootableInterface, fix and un-deprecate cache:clear with warmup 2017-08-18 13:51:16 +02:00
TerminableInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
UriSigner.php Merge branch '4.3' into 4.4 2019-11-13 08:39:40 +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 a full-stack framework (Symfony), a micro-framework (Silex) or an advanced CMS system (Drupal).

Resources