We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 03d84d2 commit f8ad34bCopy full SHA for f8ad34b
resources/fileTemplates/internal/Magento Module DI Xml.xml.html
@@ -0,0 +1,24 @@
1
+<!--
2
+/*
3
+ * Copyright © Magento, Inc. All rights reserved.
4
+ * See COPYING.txt for license details.
5
+ */
6
+-->
7
+<html>
8
+<body>
9
+<table width="100%" border="0" cellpadding="5" cellspacing="0" style="border-collapse: collapse">
10
+ <tr>
11
+ <td><font face="verdana" size="-1">
12
+ The di.xml file configures which dependencies are injected by the object manager. You can also specify sensitive configuration settings using di.xml.
13
+ </font><br>
14
+ </td>
15
+ </tr>
16
17
18
+ <a href="https://devdocs.magento.com/guides/v2.3/extension-dev-guide/build/di-xml-file.html">Read more</a> about di.xml.
19
20
21
22
+</table>
23
+</body>
24
+</html>
0 commit comments