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-02 18:06:40 +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 Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
Config Mark some/most implementations of Serializable as @internal 2019-01-30 10:03:33 +01:00
Controller Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
ControllerMetadata Fix 2020-06-18 21:30:53 +02:00
DataCollector Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
Debug Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
DependencyInjection Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
Event Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
EventListener Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
Exception switched array() to [] 2019-01-16 10:39:14 +01:00
Fragment Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
HttpCache Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
Log Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
Profiler Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
Resources Optimize SVGs 2019-04-11 11:48:14 +02:00
Tests Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
.gitignore
CHANGELOG.md Reset profiler. 2017-10-05 12:20:28 +02:00
Client.php Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
composer.json Use constant time comparison in UriSigner 2019-05-24 12:09:27 +02:00
HttpKernel.php Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +02:00
HttpKernelInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
Kernel.php Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +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 Enable "native_constant_invocation" CS rule 2020-09-02 18:06:40 +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