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
Fabien Potencier 1c81349b42 feature #33941 Keeping backward compatibility with legacy FlattenException usage (yceruto)
This PR was merged into the 4.4 branch.

Discussion
----------

Keeping backward compatibility with legacy FlattenException usage

| Q             | A
| ------------- | ---
| Branch?       | 4.4
| Bug fix?      | yes
| New feature?  | no
| Deprecations? | yes
| Tickets       | Fix #33929
| License       | MIT
| Doc PR        | -

Commits
-------

928363c408 Keeping backward compatibility with legacy FlattenException usage
2019-10-11 06:10:30 +02:00
..
Bundle Add return types to internal|final|private methods 2019-08-20 17:32:53 +02:00
CacheClearer fixed CS 2019-01-16 19:35:49 +01:00
CacheWarmer Add return types to internal|final|private methods 2019-08-20 17:32:53 +02:00
Config [HttpKernel] deprecate global dir to load resources from 2019-08-21 00:57:10 +02:00
Controller Keeping backward compatibility with legacy FlattenException usage 2019-10-09 19:29:06 -04:00
ControllerMetadata Merge branch '4.3' into 4.4 2019-08-26 11:00:56 +02:00
DataCollector Merge branch '4.3' into 4.4 2019-10-09 15:24:13 +02:00
Debug Merge branch '3.4' into 4.3 2019-09-08 22:39:53 +02:00
DependencyInjection Add types to constructors and private/final/internal methods (Batch II) 2019-10-03 13:24:03 +02:00
Event Mark all dispatched event classes as final 2019-08-21 17:17:54 +02:00
EventListener Keeping backward compatibility with legacy FlattenException usage 2019-10-09 19:29:06 -04:00
Exception Inherit Throwable in HttpExceptionInterface 2019-10-03 10:14:32 +02:00
Fragment Merge branch '4.3' into 4.4 2019-10-02 10:48:21 +02:00
HttpCache Merge branch '4.3' into 4.4 2019-08-26 11:00:56 +02:00
Log Import return annotations from vendors 2019-08-14 15:27:41 +02:00
Profiler [HttpKernel] compress files generated by the profiler 2019-09-25 10:55:08 +02:00
Resources Minor tweaks 2019-09-23 09:09:39 -04:00
Tests Keeping backward compatibility with legacy FlattenException usage 2019-10-09 19:29:06 -04:00
.gitattributes Adding .gitattributes to remove Tests directory from "dist" 2019-09-16 10:12:51 +02:00
.gitignore
CHANGELOG.md Keeping backward compatibility with legacy FlattenException usage 2019-10-09 19:29:06 -04:00
Client.php Merge branch '4.3' into 4.4 2019-09-10 13:27:29 +02:00
composer.json [EventDispatcher] A compiler pass for aliased userland events. 2019-10-04 13:01:02 +02:00
HttpClientKernel.php [4.4] Add return types on internal|final|private methods (bis) 2019-08-20 23:22:06 +02:00
HttpKernel.php Add return types to internal|final|private methods 2019-08-20 17:32:53 +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 bumped Symfony version to 4.3.6 2019-10-07 17:19:44 +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 [FrameworkBundle] WebTestCase KernelBrowser::getContainer null return type 2019-09-27 12:05:31 +02: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
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 Add types to constructors and private/final/internal methods (Batch II) 2019-10-03 13:24:03 +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