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 5ed5dcf994 Merge branch '4.0'
* 4.0:
  SCA with Php Inspections (EA Extended)
  Add test case for #25264
  Fixed the null value exception case.
  Remove rc/beta suffix from composer.json files
  Ensure services & aliases can be referred to with `__toString`able objects
  Throw an exception is expression language is not installed
  [DI] Cast ids to string, as done on 3.4
  Fail as early and noisily as possible
  [Console][DI] Fail gracefully
  [FrameworkBundle] Fix visibility of a test helper
  [link] clear the cache after linking
  [DI] Trigger deprecation when setting a to-be-private synthetic service
  [Intl] Correct Typehint
  [link] Prevent warnings when running link with 2.7
  [Validator] ExpressionValidator should use OBJECT_TO_STRING to allow value in message
  do not eagerly filter comment lines
  [WebProfilerBundle], [TwigBundle] Fix Profiler breaking XHTML pages (Content-Type: application/xhtml+xml)
2017-12-04 13:32:14 +01:00
..
Bundle Merge branch '3.4' 2017-10-24 16:16:56 +02:00
CacheClearer Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
CacheWarmer doc fixes 2017-09-29 11:41:38 +02:00
Config Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Controller Merge branch '3.4' into 4.0 2017-12-01 20:20:47 +01:00
ControllerMetadata Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
DataCollector Merge branch '4.0' 2017-12-01 20:21:14 +01:00
Debug Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
DependencyInjection Merge branch '3.4' 2017-11-19 20:43:46 +02:00
Event [HttpKernel] add type-hint for the requestType 2017-11-18 15:36:30 +02:00
EventListener Merge branch '3.4' into 4.0 2017-11-30 16:11:43 +01:00
Exception Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Fragment Merge branch '3.4' into 4.0 2017-11-30 16:11:43 +01:00
HttpCache Merge branch '3.4' 2017-11-10 20:37:45 +01:00
Log Merge branch '3.4' into 4.0 2017-11-28 23:05:27 +01:00
Profiler Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
Resources Show welcome message if no routing configuration could be found 2017-10-02 19:25:29 -04:00
Tests Merge branch '3.4' into 4.0 2017-12-04 13:31:58 +01:00
.gitignore
CHANGELOG.md Merge branch '3.4' 2017-10-05 17:11:25 +02:00
Client.php Merge branch '3.3' into 3.4 2017-10-24 16:12:06 +02:00
composer.json updated version to 4.1 2017-11-21 18:31:29 +01:00
HttpKernel.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
HttpKernelInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
Kernel.php Merge branch '4.0' 2017-12-04 13:32:14 +01:00
KernelEvents.php Merge branch '2.8' into 3.3 2017-11-05 16:47:03 +01:00
KernelInterface.php Merge branch '3.4' 2017-10-24 16:16:56 +02:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +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 Replace more docblocks by type-hints 2017-11-07 15:45:01 +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