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
Christian Flothmann 4c7f29fefe minor #27868 improve deprecation messages (xabbuh)
This PR was merged into the 3.4 branch.

Discussion
----------

improve deprecation messages

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

Commits
-------

a3845c7 improve deprecation messages
2018-07-09 10:21:26 +02:00
..
Bundle Merge branch '3.3' into 3.4 2017-10-24 16:12:06 +02:00
CacheClearer fixed some deprecation messages 2017-12-31 07:59:27 +01:00
CacheWarmer fixed some deprecation messages 2017-12-31 07:59:27 +01:00
Config Merge branch '3.3' into 3.4 2017-10-02 08:49:52 +02:00
Controller improve deprecation messages 2018-07-08 21:14:58 +02:00
ControllerMetadata fixed CS 2018-05-16 14:49:49 +02:00
DataCollector [HttpKernel] Fix resetting DumpDataCollector::$isCollected 2018-06-16 10:35:33 +02:00
Debug [WebProfilerBundle][HttpKernel] Make FileLinkFormatter URL format generation lazy 2018-04-03 12:14:10 +02:00
DependencyInjection [HttpKernel] don't try to wire Request argument with controller.service_arguments 2018-02-11 01:53:06 +01:00
Event [3.3] More docblock fixes 2017-11-07 15:16:22 +01:00
EventListener bug #27659 [HttpKernel] Make AbstractTestSessionListener compatible with CookieClearingLogoutHandler (thewilkybarkid) 2018-07-01 08:51:37 +02:00
Exception fixed some deprecation messages 2017-12-31 05:55:05 +01:00
Fragment Merge branch '2.8' into 3.4 2018-05-30 06:24:30 +02:00
HttpCache Merge branch '2.8' into 3.4 2018-06-19 22:52:10 +02:00
Log fixed some deprecation messages 2017-12-31 05:55:05 +01:00
Profiler fixed CS 2018-05-16 14:49:49 +02:00
Resources Display the Welcome Page when there is no homepage defined 2018-03-11 13:19:35 -05:00
Tests minor #27868 improve deprecation messages (xabbuh) 2018-07-09 10:21:26 +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 Merge branch '3.3' into 3.4 2018-01-03 18:14:19 +01:00
composer.json [HttpKernel] fix session tracking in surrogate master requests 2018-06-01 15:46:26 +02:00
HttpKernel.php fixed some deprecation messages 2017-12-31 06:50:45 +01:00
HttpKernelInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
Kernel.php improve deprecation messages 2018-07-08 21:14:58 +02:00
KernelEvents.php Merge branch '2.8' into 3.3 2017-11-05 16:47:03 +01:00
KernelInterface.php [HttpKernel] Allow generators in registerBundle 2018-03-17 13:20:09 +01:00
LICENSE fixed years in copyright 2018-01-03 08:23:28 +01:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02: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 '2.8' into 3.3 2017-10-18 08:00:09 -07: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