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.
2 parents 0bbfd9a + 41363db commit 0757097Copy full SHA for 0757097
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``, ``tags`` 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