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-11-13 13:20:22 +01:00
..
Bundle Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
CacheClearer Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
CacheWarmer Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
Config Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
Controller Use short array deconstruction syntax. 2020-10-28 21:42:29 +01:00
ControllerMetadata Merge branch '3.4' into 4.4 2020-06-18 21:38:14 +02:00
DataCollector Use short array deconstruction syntax. 2020-10-28 21:42:29 +01:00
Debug Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
DependencyInjection Use short array deconstruction syntax. 2020-10-28 21:42:29 +01:00
Event Update ExceptionEvent.php 2020-11-13 13:20:22 +01:00
EventListener Fix session called initized several time 2020-10-30 22:54:04 +01:00
Exception Inherit Throwable in HttpExceptionInterface 2019-10-03 10:14:32 +02:00
Fragment Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
HttpCache Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
Log Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
Profiler Use short array deconstruction syntax. 2020-10-28 21:42:29 +01:00
Resources Update welcome.html.php 2020-06-08 20:54:12 +02:00
Tests [HttpKernel] fix merge 2020-11-02 17:06:19 +01: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 '3.4' into 4.4 2020-09-02 18:08:58 +02:00
composer.json Merge branch '3.4' into 4.4 2020-10-24 13:50:19 +02:00
HttpClientKernel.php [HttpKernel] Do not override max_redirects option in HttpClientKernel 2020-09-17 12:05:00 +02:00
HttpKernel.php Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02: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 Use short array deconstruction syntax. 2020-10-28 21:42:29 +01: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 '3.4' into 4.4 2020-09-02 18:08:58 +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