8000 Adds the most basic informations about loaders · symfony/symfony-docs@dcb43b7 · GitHub
[go: up one dir, main page]

Skip to content

Commit dcb43b7

Browse files
michaelKaeferxabbuh
authored andcommitted
Adds the most basic informations about loaders
1 parent 3b4361d commit dcb43b7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

components/config/resources.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,8 @@ Loading Resources
1010
:phpfunction:`parse_ini_file` function. Therefore, you can only set
1111
parameters to string values. To set parameters to other data types
1212
(e.g. boolean, integer, etc), the other loaders are recommended.
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.
1315

1416
Locating Resources
1517
------------------

0 commit comments

Comments
 (0)
0