Skip to content

Commit c845ce2

Browse files
committedMay 9, 2014
[Components][DependencyInjection] add note about a use case that requires to compile the container
1 parent 252ffe7 commit c845ce2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎components/dependency_injection/compilation.rst

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ Compiling the Container
77
The service container can be compiled for various reasons. These reasons
88
include checking for any potential issues such as circular references and
99
making the container more efficient by resolving parameters and removing
10-
unused services.
10+
unused services. Also, certain features - like using
11+
:doc:`parent services </components/dependency_injection/parentservices>` -
12+
require the container to be compiled.
1113

1214
It is compiled by running::
1315

0 commit comments

Comments
 (0)