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
Nicolas Grekas 4442a3f2ac Merge branch '4.4'
* 4.4:
  Re-enable previously failing PHP 7.4 test cases
  [PhpUnitBridge] fix uninitialized variable
  [ErrorRenderer] fix Cannot use object of type ErrorException as array exception #33631
  [Twig] Add missing check
  Revert "bug #33618 fix tests depending on other components' tests (xabbuh)"
  install from source to include components tests
  Fix undefined constant and other minor issues
  [Twig] Add NotificationEmail
  ensure compatibility with type resolver 0.5
  Call AssertEquals with proper parameters
  [DependencyInjection] Allow binding iterable and tagged services
  [Twig] Fix Twig config extra keys
  fix tests depending on other components' tests
  Fix lint commands frozen on empty stdin
2019-09-19 18:03:37 +02:00
..
Bundle Add return types to internal|final|private methods 2019-08-20 17:32:53 +02:00
CacheClearer [HttpKernel] Add more parameter types. 2019-08-16 01:42:44 +02:00
CacheWarmer Add return types to internal|final|private methods 2019-08-20 17:32:53 +02:00
Config remove deprecated global resource dir and kernel.root_dir 2019-08-21 18:47:38 +02:00
Controller Merge branch '4.4' 2019-09-05 14:46:35 +02:00
ControllerMetadata Merge branch '4.3' into 4.4 2019-08-26 11:00:56 +02:00
DataCollector Merge branch '4.4' 2019-08-26 11:05:36 +02:00
Debug Merge branch '4.4' 2019-09-08 22:44:36 +02:00
DependencyInjection Merge branch '4.4' 2019-09-10 19:00:13 +02:00
Event Make dispatched events really final 2019-09-06 22:41:54 +02:00
EventListener Merge branch '4.4' 2019-09-16 07:06:55 +02:00
Exception Merge branch '3.4' into 4.3 2019-08-14 14:26:46 +02:00
Fragment Merge branch '4.4' 2019-08-20 16:46:00 +02:00
HttpCache Merge branch '4.4' 2019-08-26 11:05:36 +02:00
Log Merge branch '4.4' 2019-08-14 15:44:59 +02:00
Profiler Merge branch '4.4' 2019-08-26 11:05:36 +02:00
Resources New tweaks to the Welcome Page 2019-09-17 13:07:57 +02:00
Tests Merge branch '4.4' 2019-09-19 18:03:37 +02:00
.gitattributes Adding .gitattributes to remove Tests directory from "dist" 2019-09-16 10:12:51 +02:00
.gitignore Fix gitignore 2014-03-04 18:06:29 +01:00
CHANGELOG.md Merge branch '4.4' 2019-09-05 14:46:35 +02:00
composer.json Merge branch '4.4' 2019-09-08 22:44:36 +02:00
HttpClientKernel.php Merge branch '4.4' 2019-08-20 23:41:37 +02:00
HttpKernel.php Merge branch '4.4' 2019-08-20 18:53:57 +02:00
HttpKernelBrowser.php Merge branch '4.4' 2019-09-10 19:00:13 +02:00
HttpKernelInterface.php [Http-Kernel][5.0] Add type-hints 2019-08-08 17:48:38 +02:00
Kernel.php Merge branch '4.4' 2019-09-10 19:00:13 +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 Merge branch '4.4' 2019-08-26 11:05:36 +02:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
RebootableInterface.php [Http-Kernel][5.0] Add type-hints 2019-08-08 17:48:38 +02:00
TerminableInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
UriSigner.php [Http-Kernel][5.0] Add type-hints 2019-08-08 17:48:38 +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 a full-stack framework (Symfony), a micro-framework (Silex) or an advanced CMS system (Drupal).

Resources