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
Eric Schildkamp 613717d71f [FrameworkBundle] [HttpKernel] fixed correct EOL and EOM month
* Added a hardcoded day 01 in order to output the proper month November
which is the correct EOL and EOM month.
* \DateTime::createFromFormat('mY') will output December for every month
where day 31 exists.
2019-11-03 13:06:33 +01:00
..
Bundle Fix inconsistent return points. 2019-08-20 15:31:17 +02:00
CacheClearer switched array() to [] 2019-01-16 10:39:14 +01:00
CacheWarmer switched array() to [] 2019-01-16 10:39:14 +01:00
Config Mark some/most implementations of Serializable as @internal 2019-01-30 10:03:33 +01:00
Controller [HttpKernel] Fix return type declarations 2019-08-26 09:50:50 +02:00
ControllerMetadata [Security] Fix return type declarations 2019-08-26 09:50:50 +02:00
DataCollector [FrameworkBundle] [HttpKernel] fixed correct EOL and EOM month 2019-11-03 13:06:33 +01:00
Debug bug #32818 [HttpKernel] Fix getFileLinkFormat() to avoid returning the wrong URL in Profiler (Arman-Hosseini) 2019-09-08 09:16:45 +02:00
DependencyInjection switched array() to [] 2019-01-16 10:39:14 +01:00
Event Merge branch '2.8' into 3.4 2018-07-26 11:06:28 +02:00
EventListener [HttpKernel] Fix Apache mod_expires Session Cache-Control issue 2019-09-08 08:50:59 +02:00
Exception switched array() to [] 2019-01-16 10:39:14 +01:00
Fragment Sync Twig templateExists behaviors 2019-10-01 17:13:36 +02:00
HttpCache Remove unused local variables in tests 2019-10-24 17:33:53 +02:00
Log Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
Profiler [HttpKernel] Fix return type declarations 2019-08-26 09:50:50 +02:00
Resources Optimize SVGs 2019-04-11 11:48:14 +02:00
Tests Remove unused local variables in tests 2019-10-24 17:33:53 +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 switched array() to [] 2019-01-16 10:39:14 +01:00
composer.json Fix HttpKernel Debug requirement 2019-01-23 14:37:11 +01:00
HttpKernel.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
HttpKernelInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
Kernel.php bumped Symfony version to 3.4.34 2019-11-01 10:59:17 +01: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 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 switched array() to [] 2019-01-16 10:39:14 +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