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
2017-12-11 12:15:52 -08:00
..
AbstractRecursivePass.php [DI] Track changes at the "Definition" level 2017-04-10 18:14:17 +02:00
AnalyzeServiceReferencesPass.php Merge branch '2.8' into 3.3 2017-12-08 15:18:43 +01:00
AutoAliasServicePass.php Add an auto_alias compiler pass 2015-02-12 18:47:12 +01:00
AutowireExceptionPass.php [DI] Deal with inlined non-shared services 2017-06-01 08:31:18 +02:00
AutowirePass.php Tweaking class not found autowiring error 2017-12-11 12:15:52 -08:00
CheckArgumentsValidityPass.php [DependencyInjection] Add a new pass to check arguments validity 2017-02-13 10:03:44 +01:00
CheckCircularReferencesPass.php Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
CheckDefinitionValidityPass.php [DI] Dont resolve envs in service ids 2017-11-24 13:44:22 +01:00
CheckExceptionOnInvalidReferenceBehaviorPass.php [DependencyInjection] Remove useless implements 2017-01-31 13:10:56 +01:00
CheckReferenceValidityPass.php Merge branch '2.7' into 2.8 2017-10-24 15:48:52 +02:00
Compiler.php Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
CompilerPassInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
DecoratorServicePass.php [DI] Deprecate autowiring-types in favor of aliases 2017-02-01 19:42:39 +01:00
ExtensionCompilerPass.php CS: apply rules 2016-11-03 08:44:53 +01:00
FactoryReturnTypePass.php [Config] Make ClassExistenceResource throw on invalid parents 2017-07-18 16:40:06 +02:00
InlineServiceDefinitionsPass.php Merge branch '2.8' into 3.3 2017-12-08 15:18:43 +01:00
LoggingFormatter.php [DI] Enhance logging in compiler passes 2017-01-29 19:31:47 +01:00
MergeExtensionConfigurationPass.php [DI] Fix tracking of env vars in exceptions 2017-11-26 20:37:03 +01:00
PassConfig.php Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
PriorityTaggedServiceTrait.php Merge branch '3.2' into 3.3 2017-07-19 11:37:49 +02:00
RegisterServiceSubscribersPass.php [DI] Allow service subscribers to leverage autowiring to know where the locator should be injected 2017-04-19 21:52:02 +02:00
RemoveAbstractDefinitionsPass.php Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
RemovePrivateAliasesPass.php Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
RemoveUnusedDefinitionsPass.php Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
RepeatablePassInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
RepeatedPass.php Remove useless docblocks 2017-10-29 10:49:53 +01:00
ReplaceAliasByActualDefinitionPass.php Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
ResolveClassPass.php [DI] Populate class of ChildDefinition when its id matches an existing FQCN 2017-04-10 18:46:19 +02:00
ResolveDefinitionTemplatesPass.php Merge branch '2.7' into 2.8 2017-10-24 15:48:52 +02:00
ResolveEnvPlaceholdersPass.php [DI] Dont resolve envs in service ids 2017-11-24 13:44:22 +01:00
ResolveFactoryClassPass.php [DependencyInjection] Use current class as default class for factory declarations 2017-01-24 00:01:39 +01:00
ResolveInstanceofConditionalsPass.php [DI] Fix decorated service merge in ResolveInstanceofConditionalsPass 2017-09-16 20:21:20 +02:00
ResolveInvalidReferencesPass.php Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
ResolveNamedArgumentsPass.php Fixing bug where indexed args were set wrong in pass in some situations 2017-05-09 05:53:08 -04:00
ResolveParameterPlaceHoldersPass.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
ResolveReferencesToAliasesPass.php Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
ResolveServiceSubscribersPass.php [DI] Allow service subscribers to leverage autowiring to know where the locator should be injected 2017-04-19 21:52:02 +02:00
ServiceLocatorTagPass.php [DI] Enhance service locator error message 2017-10-17 00:51:02 +02:00
ServiceReferenceGraph.php Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
ServiceReferenceGraphEdge.php Merge branch '2.8' into 3.3 2017-10-24 16:05:06 +02:00
ServiceReferenceGraphNode.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00