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
Nicolas Grekas 17edc6ada6 minor #31912 [Translation] remove deprecated code paths (nicolas-grekas)
This PR was merged into the 5.0-dev branch.

Discussion
----------

[Translation] remove deprecated code paths

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| BC breaks?    | yes
| Deprecations? | no
| Tests pass?   | yes
| Fixed tickets | -
| License       | MIT
| Doc PR        | -

Commits
-------

1a0bfbcbcb [Translation] remove deprecated code paths
2019-06-07 17:30:38 +02:00
..
Bundle switched array() to [] 2019-01-16 10:39:14 +01:00
CacheClearer fixed CS 2019-01-16 19:35:49 +01:00
CacheWarmer fixed CS 2019-01-16 21:35:37 +01:00
Config Mark some/most implementations of Serializable as @internal 2019-01-30 10:03:33 +01:00
Controller Merge branch '4.2' into 4.3 2019-05-28 10:29:18 +02:00
ControllerMetadata Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
DataCollector [EventDispatcher] Remove deprecation layer. 2019-05-30 18:59:28 +02:00
Debug [HttpKernel] fix link to source generation 2019-06-06 11:21:46 +02:00
DependencyInjection [DI] Fix bad error message for unused bind under _defaults 2019-04-07 12:22:52 +02:00
Event [EventDispatcher] Remove deprecation layer. 2019-05-30 18:59:28 +02:00
EventListener [Translation] remove deprecated code paths 2019-06-07 17:01:52 +02:00
Exception [HttpKernel] change $previous argument for HttpException to \Throwable 2019-03-30 08:30:07 +01:00
Fragment Removed support for PHP templating everywhere 2019-06-03 17:13:41 -04:00
HttpCache [HTTP Foundation] Deprecate passing argument to method Request::isMethodSafe() 2019-06-05 03:45:23 +02:00
Log [Monolog] adding the new $request argument and remove deprecation 2019-06-04 09:12:36 +02:00
Profiler Merge branch '4.1' into 4.2 2019-01-16 21:31:39 +01:00
Resources Optimize SVGs 2019-04-11 11:48:14 +02:00
Tests [Translation] remove deprecated code paths 2019-06-07 17:01:52 +02:00
.gitignore Fix gitignore 2014-03-04 18:06:29 +01:00
CHANGELOG.md [Translation] remove deprecated code paths 2019-06-07 17:01:52 +02:00
Client.php [FramworkBundle][HttpKernel] fix KernelBrowser BC layer 2019-06-05 18:18:19 +02:00
composer.json [HTTP Foundation] Deprecate passing argument to method Request::isMethodSafe() 2019-06-05 03:45:23 +02:00
HttpClientKernel.php [HttpClient] log requests, responses and pushes when they happen 2019-04-05 13:59:27 +02:00
HttpKernel.php [Contracts][EventDispatcher] add EventDispatcherInterface to symfony/contracts and use it where possible 2019-03-25 18:18:00 +01:00
HttpKernelBrowser.php [HttpKernel] Fix missing use for request and response classes 2019-06-06 17:13:36 +03:00
HttpKernelInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
Kernel.php bumped Symfony version to 4.3.2 2019-06-06 15:31:25 +02:00
KernelEvents.php [EventDispatcher] swap arguments of dispatch() to allow registering events by FQCN 2019-03-14 08:32:46 +01:00
KernelInterface.php Drop more usages of Serializable 2019-03-04 09:45:35 +01:00
LICENSE update year in license files 2019-01-01 14:45:19 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Updated all the README files 2016-03-04 08:12:06 +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.1 2019-01-16 19:21:11 +01: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