File tree 2 files changed +10
-0
lines changed
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -82,6 +82,11 @@ for details.
82
82
Getting Services from the Service Container
83
83
-------------------------------------------
84
84
85
+ .. caution ::
86
+
87
+ The "container scopes" concept explained in this section has been deprecated
88
+ in Symfony 2.8 and it will be removed in Symfony 3.0.
89
+
85
90
By using :class: `Symfony\\ Bundle\\ FrameworkBundle\\ Command\\ ContainerAwareCommand `
86
91
as the base class for the command (instead of the more basic
87
92
:class: `Symfony\\ Component\\ Console\\ Command\\ Command `), you have access to the
Original file line number Diff line number Diff line change 4
4
How to Work with Scopes
5
5
=======================
6
6
7
+ .. caution ::
8
+
9
+ The "container scopes" concept explained in this article has been deprecated
10
+ in Symfony 2.8 and it will be removed in Symfony 3.0.
11
+
7
12
This article is all about scopes, a somewhat advanced topic related to the
8
13
:doc: `/book/service_container `. If you've ever gotten an error mentioning
9
14
"scopes" when creating services, then this article is for you.
You can’t perform that action at this time.
0 commit comments