This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Config
2020-03-12 17:27:02 +01:00
..
Definition Use ::class constants instead of __NAMESPACE__ when possible 2019-12-16 11:25:54 +01:00
DependencyInjection fixed some deprecation messages 2017-12-31 07:59:27 +01:00
Exception switched array() to [] 2019-01-16 10:39:14 +01:00
Loader fix import from config file using type: glob 2020-03-12 17:27:02 +01:00
Resource [Config] dont catch instances of Error 2020-02-03 09:11:57 +01:00
Tests [DI] Fix XmlFileLoader bad error message 2020-03-06 10:50:39 +01:00
Util [DI] Fix XmlFileLoader bad error message 2020-03-06 10:50:39 +01:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md fixed short array CS in comments 2019-01-16 14:27:11 +01:00
composer.json Merge branch '2.8' into 3.4 2018-05-01 15:53:27 -07:00
ConfigCache.php switched array() to [] 2019-01-16 10:39:14 +01:00
ConfigCacheFactory.php Enable the fixer enforcing fully-qualified calls for compiler-optimized functions 2018-07-24 12:05:38 +02:00
ConfigCacheFactoryInterface.php [cs] correct invalid @param types 2018-11-20 16:55:20 +01:00
ConfigCacheInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
FileLocator.php switched array() to [] 2019-01-16 10:39:14 +01:00
FileLocatorInterface.php Use a dedicated exception in the file locator 2016-08-09 07:23:16 -07:00
LICENSE Update year in license files 2020-01-01 12:03:25 +01:00
phpunit.xml.dist Bump phpunit XSD version to 5.2 2018-11-11 12:18:13 +01:00
README.md Update links to documentation 2020-01-04 13:05:51 +01:00
ResourceCheckerConfigCache.php [Config] ensure moving away from Serializable wont break cache:clear 2019-01-30 09:47:57 +01:00
ResourceCheckerConfigCacheFactory.php switched array() to [] 2019-01-16 10:39:14 +01:00
ResourceCheckerInterface.php fixed CS 2016-06-29 07:31:50 +02:00

Config Component

The Config component provides several classes to help you find, load, combine, autofill and validate configuration values of any kind, whatever their source may be (YAML, XML, INI files, or for instance a database).

Resources