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
Fabien Potencier ebdbd96449 Merge branch '3.1' into 3.2
* 3.1: (31 commits)
  fixed CS
  fixed CS
  fixed CS fixer config
  fixed typo
  Revert "fixed typo"
  fixed typo
  fixed CS
  Avoid setting request attributes from signature arguments in AnnotationClassLoader
  [DependencyInjection] Add some missing typehints in YamlFileLoader
  [DependencyInjection] minor: Fix a DocBlock
  [HttpKernel] Give higher priority to adding request formats
  [PropertyInfo] Don't try to access a property thru a static method
  [PropertyInfo] Exclude static methods form properties guessing
  [FrameworkBundle] Fix third level headers for MarkdownDescriptor
  [Ldap] Using Ldap stored username instead of form submitted one
  [Ldap] load users with the good username case
  [DoctrineBridge] Fixed invalid unique value as composite key
  [Doctrine Bridge] fix UniqueEntityValidator for composite object primary keys
  [TwigBundle] do not lose already set method calls
  #20411 fix Yaml parsing for very long quoted strings
  ...
2017-01-21 09:06:35 -08:00
..
Bundle parse bundle name+namespace at once 2016-10-02 08:41:41 +00:00
CacheClearer Merge branch '3.0' into 3.1 2016-06-29 07:41:56 +02:00
CacheWarmer Fix PHP 7.1 related failures 2016-07-19 10:44:18 +02:00
Config [3.0][Config] Remove ResourceInterface::getResource() which was deprecated in 2.8 2015-09-28 22:39:35 +02:00
Controller Merge branch '3.1' into 3.2 2016-12-08 16:18:22 +01:00
ControllerMetadata [HttpKernel] Clean ArgumentMetadataFactory::getType() 2016-10-06 11:12:13 +02:00
DataCollector Merge branch '3.1' into 3.2 2017-01-21 09:06:35 -08:00
Debug Added a default ide file link web view 2016-10-25 15:27:26 +02:00
DependencyInjection [HttpKernel] Fix annotation cache warmer with failing or missing classes 2016-12-02 15:52:29 +01:00
Event Add the kernel.controller_arguments event 2016-04-07 16:51:22 +02:00
EventListener Merge branch '3.1' into 3.2 2017-01-21 09:06:35 -08:00
Exception fixed CS 2016-06-29 07:42:25 +02:00
Fragment Merge branch '2.8' into 3.1 2016-11-07 11:34:53 -08:00
HttpCache Merge branch '3.1' into 3.2 2016-11-23 16:46:43 -08:00
Log Merge branch '2.3' into 2.7 2015-09-29 14:06:14 +02:00
Profiler Merge branch '2.8' into 3.1 2016-12-27 11:43:25 +01:00
Tests Merge branch '3.1' into 3.2 2017-01-21 09:06:35 -08:00
.gitignore Fix gitignore 2014-03-04 18:06:29 +01:00
CHANGELOG.md Changed mentions of 'symfony2' to 'symfony' 2016-10-13 15:35:11 +02:00
Client.php Merge branch '2.3' into 2.7 2015-12-15 02:31:17 +01:00
composer.json Merge branch '3.1' 2016-10-14 11:45:08 +02:00
HttpKernel.php Merge branch '3.0' into 3.1 2016-06-30 11:40:26 +02:00
HttpKernelInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
Kernel.php bumped Symfony version to 3.2.3 2017-01-12 13:51:00 -08:00
KernelEvents.php Fix event annotation for arguments resolving event 2016-10-04 15:51:31 -07:00
KernelInterface.php Merge branch '2.8' into 3.0 2016-06-29 07:40:00 +02:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
phpunit.xml.dist [Validator] Test DNS Email constraints using checkdnsrr() mock 2016-03-16 16:47:01 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
TerminableInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
UriSigner.php Code enhancement and cleanup 2016-09-06 09:26:07 +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