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/DependencyInjection/Compiler
2019-04-29 11:48:38 +02:00
..
AbstractRecursivePass.php fixed CS 2019-01-16 21:35:37 +01:00
AnalyzeServiceReferencesPass.php [DI] Add support for "wither" methods - for greater immutable services 2019-04-03 11:14:18 +02:00
AutoAliasServicePass.php [DI] Turn services and aliases private by default, with BC layer 2017-09-19 11:28:48 +02:00
AutowirePass.php Merge branch '4.2' 2019-04-06 18:39:17 +02:00
AutowireRequiredMethodsPass.php [DI] Add support for "wither" methods - for greater immutable services 2019-04-03 11:14:18 +02:00
CheckArgumentsValidityPass.php Merge branch '3.4' into 4.0 2018-07-26 10:51:09 +02:00
CheckCircularReferencesPass.php switched array() to [] 2019-01-16 10:39:14 +01:00
CheckDefinitionValidityPass.php Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
CheckExceptionOnInvalidReferenceBehaviorPass.php fixed CS 2019-01-16 21:35:37 +01:00
CheckReferenceValidityPass.php Merge branch '2.8' into 3.4 2018-09-08 15:15:14 +02:00
Compiler.php fixed CS 2019-01-16 19:35:49 +01:00
CompilerPassInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
DecoratorServicePass.php fixed CS 2019-01-16 19:35:49 +01:00
DefinitionErrorExceptionPass.php [DI] compute autowiring error messages lazily 2018-11-06 20:03:07 +01:00
ExtensionCompilerPass.php CS: apply rules 2016-11-03 08:44:53 +01:00
InlineServiceDefinitionsPass.php Merge branch '4.2' 2019-04-12 17:33:39 +02:00
MergeExtensionConfigurationPass.php fixed CS 2019-01-16 19:35:49 +01:00
PassConfig.php [DI] revert bad patch in previous PR 2019-03-17 17:47:41 +01:00
PriorityTaggedServiceTrait.php Support indexing tagged locators by FQCN as fallback 2019-03-11 14:33:24 +01:00
RegisterEnvVarProcessorsPass.php fixed CS 2019-01-16 21:35:37 +01:00
RegisterReverseContainerPass.php [DI] add ReverseContainer: a locator that turns services back to their ids 2019-03-14 17:23:04 +01:00
RegisterServiceSubscribersPass.php Merge branch '3.4' into 4.2 2019-02-23 16:17:42 +01:00
RemoveAbstractDefinitionsPass.php Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
RemovePrivateAliasesPass.php Merge branch '3.4' 2017-10-24 16:16:56 +02:00
RemoveUnusedDefinitionsPass.php [DependencyInjection] Fix serialization of \Closure in RemoveUnusedDefinitionsPass 2019-02-01 12:06:24 +01:00
RepeatablePassInterface.php [DI] Improve performance of removing/inlining passes 2018-06-05 13:59:51 +02:00
RepeatedPass.php [DI] Improve performance of removing/inlining passes 2018-06-05 13:59:51 +02:00
ReplaceAliasByActualDefinitionPass.php fixed CS 2019-01-16 21:35:37 +01:00
ResolveBindingsPass.php Merge branch '4.2' 2019-04-12 17:33:39 +02:00
ResolveChildDefinitionsPass.php Merge branch '4.2' into short-array-master 2019-01-16 22:53:39 +01:00
ResolveClassPass.php switched array() to [] 2019-01-16 10:39:14 +01:00
ResolveEnvPlaceholdersPass.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
ResolveFactoryClassPass.php Merge branch '2.8' into 3.4 2018-07-26 10:45:46 +02:00
ResolveHotPathPass.php Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
ResolveInstanceofConditionalsPass.php Autoconfig: don't automatically tag decorators 2019-03-04 09:49:34 +01:00
ResolveInvalidReferencesPass.php Merge branch '4.0' into 4.1 2018-07-26 11:10:45 +02:00
ResolveNamedArgumentsPass.php [DI] Improve exception message on missing $ of named argument 2019-04-29 11:48:38 +02:00
ResolveParameterPlaceHoldersPass.php Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
ResolvePrivatesPass.php [DI] Turn private defs to non-public ones before removing passes 2017-10-07 10:21:26 +02:00
ResolveReferencesToAliasesPass.php [DI] add id of referencing service when a deprecated alias is found 2019-01-28 17:40:12 +01:00
ResolveServiceSubscribersPass.php [DI][Contracts] add and implement ServiceProviderInterface 2019-03-28 12:22:02 +01:00
ResolveTaggedIteratorArgumentPass.php Allow to choose an index for tagged collection 2019-02-22 11:27:55 +01:00
ServiceLocatorTagPass.php [DI] Allow tagged_locator tag to be used as an argument 2019-03-11 14:33:24 +01:00
ServiceReferenceGraph.php Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
ServiceReferenceGraphEdge.php Merge branch '3.4' into 4.1 2018-11-20 17:14:00 +01:00
ServiceReferenceGraphNode.php Merge branch '3.4' into 4.1 2019-01-16 19:21:11 +01:00
ValidateEnvPlaceholdersPass.php Debug finalized config in debug:config 2019-03-22 20:30:22 +01:00