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/Bundle/FrameworkBundle/DependencyInjection/Compiler
Christophe Coevoet e42adf7818 Remove wrong deprecation triggers for forms in the DI extension
When a form type provides a BC layer with old form names (all core types
do), the form registry will ask for type extensions registered on the
legacy name for BC, and trigger a warning if it finds any.
The DependencyInjectionExtension should not trigger warnings on its own
when being asked for such extensions (especially when it has none
registered).
Core extensions are also registered using the proper extended type
rather than legacy names.
2015-09-09 16:30:53 +02:00
..
AddCacheClearerPass.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
AddCacheWarmerPass.php made {@inheritdoc} annotations consistent across the board 2014-04-16 09:04:20 +02:00
AddConsoleCommandPass.php [FrameworkBundle] Adds the possibility to register Commands via the DIC 2013-10-04 16:09:28 +02:00
AddConstraintValidatorsPass.php fixed CS 2011-06-08 12:16:48 +02:00
AddExpressionLanguageProvidersPass.php [FrameworkBundle] fixed #12847 AddExpressionLanguageProviderPass 2015-01-08 17:54:25 +00:00
AddValidatorInitializersPass.php [FrameworkBundle] Implemented configuration to select the desired Validator API 2014-03-30 18:31:00 +02:00
CompilerDebugDumpPass.php Use Filesystem::chmod instead of chmod when dumping file 2014-03-31 12:15:50 +02:00
ContainerBuilderDebugDumpPass.php [FrameworkBundle] update debug commands references 2014-12-17 21:15:32 +01:00
FormPass.php Remove wrong deprecation triggers for forms in the DI extension 2015-09-09 16:30:53 +02:00
FragmentRendererPass.php Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
LoggingTranslatorPass.php FIX #13919 added TranslationsCacheWarmer to generate catalogues at warmup 2015-03-31 14:07:52 +02:00
ProfilerPass.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
RoutingResolverPass.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
SerializerPass.php fixed CS 2013-07-01 14:24:43 +02:00
TemplatingAssetHelperPass.php Silence invasive deprecation warnings, opt-in for warnings 2015-06-08 10:37:21 +01:00
TemplatingPass.php removed unused use statements 2011-10-29 11:56:30 +02:00
TranslationDumperPass.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
TranslationExtractorPass.php [2.3] CS And DocBlock Fixes 2014-12-22 16:58:09 +01:00
TranslatorPass.php updated license blocks 2012-03-31 18:00:32 -03:00