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
Nicolas Grekas 30a13baef3 fix oups
2017-09-13 13:33:28 +02:00
..
AbstractRecursivePass.php [DependencyInjection] Support local binding 2017-08-09 11:26:25 +02:00
AnalyzeServiceReferencesPass.php [DI] Add ContainerInterface::IGNORE_ON_UNINITIALIZED_REFERENCE 2017-08-31 23:26:27 +02: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 feature #23712 [DependencyInjection] Deprecate autowiring service auto-registration (GuilhemN) 2017-08-03 11:15:05 +02: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-09-11 13:43:11 -07:00
CheckDefinitionValidityPass.php Make as many services private as possible 2017-09-13 09:59:43 +02:00
CheckExceptionOnInvalidReferenceBehaviorPass.php [DI] Add ContainerInterface::IGNORE_ON_UNINITIALIZED_REFERENCE 2017-08-31 23:26:27 +02:00
CheckReferenceValidityPass.php Merge branch '2.7' into 2.8 2017-09-11 13:39:16 -07:00
Compiler.php [Security][Serializer][DI] Add new arguments typehints in preparation for 4.0 2017-05-20 12:13:18 +02:00
CompilerPassInterface.php remove api tags from code 2015-09-28 19:11:22 +02:00
DecoratorServicePass.php Make as many services private as possible 2017-09-13 09:59:43 +02: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 Make as many services private as possible 2017-09-13 09:59:43 +02:00
LoggingFormatter.php [DI] Enhance logging in compiler passes 2017-01-29 19:31:47 +01:00
MergeExtensionConfigurationPass.php [DI] Don't track merged configs when the extension doesn't expose it 2017-08-29 15:24:02 +02:00
PassConfig.php feature #24122 [DI] rename ResolveDefinitionTemplatesPass to ResolveChildDefinitionsPass (nicolas-grekas) 2017-09-07 07:45:15 -07:00
PriorityTaggedServiceTrait.php Merge branch '3.2' into 3.3 2017-07-19 11:37:49 +02:00
RegisterEnvVarProcessorsPass.php [DI] Allow processing env vars 2017-09-07 08:08:52 +02:00
RegisterServiceSubscribersPass.php [DI] Add ContainerInterface::IGNORE_ON_UNINITIALIZED_REFERENCE 2017-08-31 23:26:27 +02:00
RemoveAbstractDefinitionsPass.php CS fixes 2017-04-11 17:15:30 +02:00
RemovePrivateAliasesPass.php Make as many services private as possible 2017-09-13 09:59:43 +02:00
RemoveUnusedDefinitionsPass.php Make as many services private as possible 2017-09-13 09:59:43 +02:00
RepeatablePassInterface.php fixed CS 2012-07-09 14:54:20 +02:00
RepeatedPass.php Minor cleanups and improvements 2016-09-06 09:06:41 -07:00
ReplaceAliasByActualDefinitionPass.php Make as many services private as possible 2017-09-13 09:59:43 +02:00
ResolveBindingsPass.php [DependencyInjection] Support local binding 2017-08-09 11:26:25 +02:00
ResolveChildDefinitionsPass.php Make as many services private as possible 2017-09-13 09:59:43 +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 [DI] rename ResolveDefinitionTemplatesPass to ResolveChildDefinitionsPass 2017-09-07 10:45:01 +02:00
ResolveEnvPlaceholdersPass.php [DI] Fix resolving env vars when compiling a ContainerBuilder 2017-08-21 17:49:07 +02:00
ResolveFactoryClassPass.php [DependencyInjection] Use current class as default class for factory declarations 2017-01-24 00:01:39 +01:00
ResolveInstanceofConditionalsPass.php [Config] Make ClassExistenceResource throw on invalid parents 2017-07-18 16:40:06 +02:00
ResolveInvalidReferencesPass.php Revert "feature #20973 [DI] Add getter injection (nicolas-grekas)" 2017-03-25 15:07:47 +01:00
ResolveNamedArgumentsPass.php [DependencyInjection] Support local binding 2017-08-09 11:26:25 +02:00
ResolveParameterPlaceHoldersPass.php [DI] Reference instead of inline for array-params 2017-06-13 13:14:06 +02:00
ResolveReferencesToAliasesPass.php fix oups 2017-09-13 13:33:28 +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 Merge branch '3.3' into 3.4 2017-08-17 15:38:59 +02:00
ServiceReferenceGraph.php [DI] Add ContainerInterface::IGNORE_ON_UNINITIALIZED_REFERENCE 2017-08-31 23:26:27 +02:00
ServiceReferenceGraphEdge.php [DI] Add ContainerInterface::IGNORE_ON_UNINITIALIZED_REFERENCE 2017-08-31 23:26:27 +02:00
ServiceReferenceGraphNode.php Merge branch '2.3' into 2.7 2016-04-14 17:17:41 +02:00