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
Fabien Potencier 32941f22d1 feature #36691 [FrameworkBundle] Deprecate some public services to private (fancyweb)
This PR was merged into the 5.2-dev branch.

Discussion
----------

[FrameworkBundle] Deprecate some public services to private

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no
| Deprecations? | yes
| Tickets       | -
| License       | MIT
| Doc PR        | -

Now that we can deprecate public services to private, here is a first pass on the FWB. I think all those services don't need to be public, ie we never need to access them directly in Symfony's code (except in some tests that I had to modify accordingly). I think most of theses services needed to be public before we hooked the AbstractController with a service subscriber. There are definitely more of them that can be deprecated (ie: created workflows and state machines are public but don't need to be ?) but let's start with the easy ones.

Commits
-------

87868baacb [FrameworkBundle] Deprecate some public services to private
2020-07-31 09:12:35 +02:00
..
DebugBundle [DebugBundle] Move xml service configuration to php 2020-06-16 00:49:40 +02:00
FrameworkBundle feature #36691 [FrameworkBundle] Deprecate some public services to private (fancyweb) 2020-07-31 09:12:35 +02:00
SecurityBundle Merge branch '5.1' 2020-07-23 10:36:44 +02:00
TwigBundle [TwigBundle] Fix translator argument for twig.extension.trans 2020-07-01 17:01:32 +02:00
WebProfilerBundle Merge branch '5.1' 2020-07-29 16:54:40 +02:00
FullStack.php [FrameworkBundle] changed some default configs from canBeEnabled to canBeDisabled 2017-01-07 14:17:04 -08:00