From dcb43b7678130ca974a02c20c6f366a165356e42 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20K=C3=A4fer?= Date: Fri, 31 May 2019 23:30:27 +0200 Subject: [PATCH] Adds the most basic informations about loaders --- components/config/resources.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/config/resources.rst b/components/config/resources.rst index a25af747117..bee2bd7b438 100644 --- a/components/config/resources.rst +++ b/components/config/resources.rst @@ -10,6 +10,8 @@ Loading Resources :phpfunction:`parse_ini_file` function. Therefore, you can only set parameters to string values. To set parameters to other data types (e.g. boolean, integer, etc), the other loaders are recommended. + +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 ` and :doc:`Routing ` components come with specialized loaders for different file formats. Locating Resources ------------------