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 ba042b1acf Fix CS
2020-08-17 09:27:37 +02:00
..
Bundle Fix quotes in exception messages 2020-03-16 09:31:04 +01:00
CacheClearer Fix quotes in exception messages 2020-03-16 09:31:04 +01:00
CacheWarmer switched array() to [] 2019-01-16 10:39:14 +01:00
Config Mark some/most implementations of Serializable as @internal 2019-01-30 10:03:33 +01:00
Controller Fix PHP 8 deprecations 2020-07-08 19:07:26 +02:00
ControllerMetadata Fix 2020-06-18 21:30:53 +02:00
DataCollector Fix CS 2020-08-17 09:27:37 +02:00
Debug bug #32818 [HttpKernel] Fix getFileLinkFormat() to avoid returning the wrong URL in Profiler (Arman-Hosseini) 2019-09-08 09:16:45 +02:00
DependencyInjection [3.4] Small update in our internal terminology 2020-06-18 18:35:04 +02:00
Event Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
EventListener [HttpKernel] fix registering DebugHandlersListener regardless of the PHP_SAPI 2020-02-14 11:01:23 +01:00
Exception switched array() to [] 2019-01-16 10:39:14 +01:00
Fragment Fix quotes in exception messages 2020-03-16 09:31:04 +01:00
HttpCache [HttpKernel] Fix regression where Store does not return response body correctly 2020-06-11 14:59:37 +02:00
Log [HttpKernel] Fix error logger when stderr is redirected to /dev/null (FPM) 2020-05-18 17:28:46 +02:00
Profiler [HttpKernel] Fix return type declarations 2019-08-26 09:50:50 +02:00
Resources Optimize SVGs 2019-04-11 11:48:14 +02:00
Tests Fix CS 2020-08-17 09:27:37 +02:00
.gitignore Fix gitignore 2014-03-04 18:06:29 +01:00
CHANGELOG.md Reset profiler. 2017-10-05 12:20:28 +02:00
Client.php switched array() to [] 2019-01-16 10:39:14 +01:00
composer.json Use constant time comparison in UriSigner 2019-05-24 12:09:27 +02:00
HttpKernel.php Update HttpKernel.php 2019-11-17 21:23:00 +01:00
HttpKernelInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
Kernel.php Bump Symfony version to 3.4.44 2020-07-24 06:07:51 +02:00
KernelEvents.php Merge branch '2.8' into 3.3 2017-11-05 16:47:03 +01:00
KernelInterface.php [HttpKernel] Fix return type declarations 2019-08-26 09:50:50 +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 Use constant time comparison in UriSigner 2019-05-24 12:09:27 +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