Skip to content

Commit 5151707

Browse files
committed
minor #11640 Adds the most basic informations about loaders (michaelKaefer)
This PR was submitted for the 4.3 branch but it was squashed and merged into the 3.4 branch instead (closes #11640). Discussion ---------- Adds the most basic informations about loaders I missed this basic informations so I added it :) Commits ------- dcb43b7 Adds the most basic informations about loaders
2 parents 3b4361d + dcb43b7 commit 5151707

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)