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
Fabien Potencier 8f41e336f2 Merge branch '2.7' into 2.8
* 2.7:
  [Config] Fix dumped files invalidation by OPCache
2017-10-04 11:56:36 -07:00
..
Definition Merge branch '2.7' into 2.8 2017-10-01 23:00:16 +02:00
Exception Merge branch '2.3' into 2.6 2015-04-18 17:02:51 +02:00
Loader removed useless PHPDoc 2017-09-30 07:00:23 -07:00
Resource Merge branch '2.7' into 2.8 2017-10-01 23:00:16 +02:00
Tests Merge branch '2.7' into 2.8 2017-04-04 08:24:26 -07:00
Util [CS][2.7] yoda_style, no_unneeded_curly_braces, no_unneeded_final_method, semicolon_after_instruction 2017-09-15 11:46:57 +02:00
.gitignore Added missing files .gitignore 2013-07-21 14:12:18 +02:00
CHANGELOG.md Deprecate ResourceInterface::getResource() 2015-09-25 10:18:07 +02:00
composer.json fixed composer.json 2016-12-10 09:21:45 +01:00
ConfigCache.php [Config] Fix dumped files invalidation by OPCache 2017-10-04 11:33:55 +02:00
ConfigCacheFactory.php Implement service-based Resource (cache) validation 2015-09-25 08:31:17 +02:00
ConfigCacheFactoryInterface.php fixes CS 2015-08-24 09:13:45 +02:00
ConfigCacheInterface.php removed dots at the end of @param and @return 2016-06-28 08:24:06 +02:00
FileLocator.php minor #24342 removed useless PHPDoc (OskarStark) 2017-09-30 07:00:25 -07:00
FileLocatorInterface.php [Config] fix filelocator with empty name 2014-10-13 20:50:59 +02:00
LICENSE updated LICENSE year 2017-01-02 12:30:00 -08:00
phpunit.xml.dist fail when detecting risky tests 2017-04-12 09:39:27 +02:00
README.md Updated all the README files 2016-03-04 08:12:06 +01:00
ResourceCheckerConfigCache.php Merge branch '2.7' into 2.8 2017-10-04 11:56:36 -07:00
ResourceCheckerConfigCacheFactory.php Implement service-based Resource (cache) validation 2015-09-25 08:31:17 +02: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