You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: components/config/resources.rst
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,11 @@ Loading Resources
11
11
parameters to string values. To set parameters to other data types
12
12
(e.g. boolean, integer, etc), the other loaders are recommended.
13
13
14
-
Loaders populate the application's configuration from different sources like YAML files. The Config component defines the interface for such loaders. The :doc:`Dependency Injection </components/dependency_injection>` and :doc:`Routing </components/routing>` components come with specialized loaders for different file formats.
14
+
Loaders populate the application's configuration from different sources
15
+
like YAML files. The Config component defines the interface for such
16
+
loaders. The :doc:`Dependency Injection </components/dependency_injection>`
17
+
and `Routing`_ components come with specialized loaders for different file
18
+
formats.
15
19
16
20
Locating Resources
17
21
------------------
@@ -95,3 +99,5 @@ the resource::
95
99
// YamlUserLoader is used to load this resource because it supports
0 commit comments