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-09-20 02:47:54 +02:00
..
Attribute [RFC][HttpKernel][Security] Allowed adding attributes on controller arguments that will be passed to argument resolvers. 2020-09-12 10:22:10 +02: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 '5.1' 2020-09-02 18:27:44 +02:00
Config Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
Controller Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
ControllerMetadata Fix CS 2020-09-12 10:28:26 +02:00
DataCollector Merge branch '5.1' 2020-09-02 18:27:44 +02:00
Debug Merge branch '4.4' into 5.1 2020-09-02 18:23:27 +02:00
DependencyInjection Merge branch '4.4' into 5.1 2020-09-02 18:23:27 +02:00
Event Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
EventListener Merge branch '5.1' 2020-09-02 18:27:44 +02:00
Exception [RFC][HttpKernel][Security] Allowed adding attributes on controller arguments that will be passed to argument resolvers. 2020-09-12 10:22:10 +02:00
Fragment Merge branch '5.1' 2020-09-02 18:27:44 +02:00
HttpCache Merge branch '5.1' 2020-09-02 18:27:44 +02:00
Log Merge branch '4.4' into 5.1 2020-09-02 18:23:27 +02:00
Profiler Merge branch '4.4' into 5.1 2020-09-02 18:23:27 +02:00
Resources Update welcome.html.php 2020-06-08 20:54:12 +02:00
Tests Auto-register kernel as an extension 2020-09-20 02:47:54 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore
CHANGELOG.md Auto-register kernel as an extension 2020-09-20 02:47:54 +02:00
composer.json Merge branch '4.4' into 5.0 2020-05-24 10:40:42 +02:00
HttpClientKernel.php Merge branch '4.4' into 5.1 2020-09-02 09:42:11 +02:00
HttpKernel.php Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
HttpKernelBrowser.php Merge branch '4.4' into 5.1 2020-09-02 18:23:27 +02:00
HttpKernelInterface.php [Http-Kernel][5.0] Add type-hints 2019-08-08 17:48:38 +02:00
Kernel.php Auto-register kernel as an extension 2020-09-20 02:47:54 +02:00
KernelEvents.php Move event alias mappings to their components. 2020-06-30 16:13:44 +02:00
KernelInterface.php [HttpKernel] Add $kernel->getBuildDir() to separate it from the cache directory 2020-08-21 08:43:34 +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] Add $kernel->getBuildDir() to separate it from the cache directory 2020-08-21 08:43:34 +02:00
TerminableInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
UriSigner.php Merge branch '4.4' into 5.1 2020-09-02 18:23: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