We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3227cf2 commit fc4a554Copy full SHA for fc4a554
components/dependency_injection/parentservices.rst
@@ -273,6 +273,10 @@ when the child services are instantiated.
273
is that omitting the ``parent`` config key will mean that the ``calls``
274
defined on the ``mail_manager`` service will not be executed when the
275
child services are instantiated.
276
+
277
+.. caution::
278
279
+ ``scope``, ``abstract``, ``abstract`` attributes are always taken from the child.
280
281
The parent service is abstract as it should not be directly retrieved from the
282
container or passed into another service. It exists merely as a "template" that
0 commit comments