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/Bundle/TwigBundle
Fabien Potencier dda376032d feature #20735 Deprecate ClassCollectionLoader and Kernel::loadClassCache (dbrumann)
This PR was merged into the 3.3-dev branch.

Discussion
----------

Deprecate ClassCollectionLoader and Kernel::loadClassCache

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

As suggested by @nicolas-grekas in #20668 I added deprecation notices to ClassCollectionLoader and Kernel::loadClassCache.

Commits
-------

660d79a186 Deprecates ClassCache-cache warmer.
2017-01-06 07:22:02 -08:00
..
CacheWarmer [TwigBundle] added a Twig templates warmer when templating is disabled 2015-10-19 11:33:50 +02:00
Command Merge branch '2.8' into 3.0 2015-12-28 14:14:56 +01:00
Controller Merge branch '2.8' into 3.1 2016-11-07 11:34:53 -08:00
DependencyInjection feature #20735 Deprecate ClassCollectionLoader and Kernel::loadClassCache (dbrumann) 2017-01-06 07:22:02 -08:00
Loader inject project root path into twig filesystem loader 2016-12-05 10:46:00 +01:00
Resources Merge branch '3.1' into 3.2 2016-12-19 21:55:39 +01:00
Tests Merge branch '3.1' into 3.2 2017-01-04 11:58:34 -08:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md make date formats and number formats configurable 2015-04-03 10:30:44 +02:00
composer.json Merge branch '3.2' 2017-01-05 19:14:24 +01:00
ContainerAwareRuntimeLoader.php [TwigBundle] changed the runtime loader to return null if there is no match 2016-10-01 09:47:53 -07:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
phpunit.xml.dist Add missing exclusions from phpunit.xml.dist 2015-11-18 09:19:46 +01:00
README.md add readme files where missing 2016-03-07 11:36:15 +01:00
TemplateIterator.php [TwigBundle] added a Twig templates warmer when templating is disabled 2015-10-19 11:33:50 +02:00
TwigBundle.php [TwigBundle] added a Twig runtime loader 2016-09-29 13:59:59 -07:00
TwigEngine.php Merge branch '2.8' into 3.1 2016-12-08 15:58:14 +01:00