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
2018-07-03 20:20:16 +02:00
..
AbstractRecursivePass.php [DI] Improve performance of removing/inlining passes 2018-06-05 13:59:51 +02:00
AnalyzeServiceReferencesPass.php [DI] Improve performance of removing/inlining passes 2018-06-05 13:59:51 +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 feature #27165 [DI] Allow binding by type+name (nicolas-grekas) 2018-05-21 20:14:38 +02:00
AutowireRequiredMethodsPass.php [DI] Add AutowireRequiredMethodsPass to fix bindings for @required methods 2017-09-25 10:48:11 +02:00
CheckArgumentsValidityPass.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +01:00
CheckCircularReferencesPass.php [DI] Analyze setter-circular deps more precisely 2017-11-20 18:46:17 +01:00
CheckDefinitionValidityPass.php Merge branch '3.4' into 4.0 2017-11-24 15:34:08 +01:00
CheckExceptionOnInvalidReferenceBehaviorPass.php Merge branch '4.0' into 4.1 2018-05-25 13:09:16 +02:00
CheckReferenceValidityPass.php Merge branch '2.7' into 2.8 2017-10-24 15:48:52 +02:00
Compiler.php Merge branch '3.3' into 3.4 2017-12-31 07:07:31 +01:00
CompilerPassInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
DecoratorServicePass.php [DI] Service decoration: autowire the inner service 2018-03-20 19:23:30 +01:00
DefinitionErrorExceptionPass.php [DI] Add ContainerInterface::RUNTIME_EXCEPTION_ON_INVALID_REFERENCE 2018-03-24 17:54:13 +01:00
ExtensionCompilerPass.php CS: apply rules 2016-11-03 08:44:53 +01:00
InlineServiceDefinitionsPass.php fix merge 2018-06-15 10:13:37 +02:00
MergeExtensionConfigurationPass.php [DI] Validate env vars in config 2018-03-27 08:02:00 +02:00
PassConfig.php [DI] Improve performance of removing/inlining passes 2018-06-05 13:59:51 +02:00
PriorityTaggedServiceTrait.php [DI] Minor performance tweak in PriorityTaggedServiceTrait 2018-05-03 17:03:52 -07:00
RegisterEnvVarProcessorsPass.php [DI] Register default env var provided types 2017-10-21 10:39:15 +02:00
RegisterServiceSubscribersPass.php [DI] deprecate TypedReference::canBeAutoregistered() and getRequiringClass() 2018-03-22 15:55:20 +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 [Dependency-Injection] Fix issue where non-defined services were attempted to be removed 2018-07-03 20:20:16 +02: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 [DI] Fix missing "id" normalization when dumping the container 2018-03-02 14:51:21 +01:00
ResolveBindingsPass.php feature #27165 [DI] Allow binding by type+name (nicolas-grekas) 2018-05-21 20:14:38 +02:00
ResolveChildDefinitionsPass.php Merge branch '4.0' into 4.1 2018-05-21 12:10:11 +02:00
ResolveClassPass.php [DI] Remove remaining deprecated features 2017-07-12 12:42:06 +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
ResolveHotPathPass.php [DI] Fix missing "id" normalization when dumping the container 2018-03-02 14:51:21 +01:00
ResolveInstanceofConditionalsPass.php feature #26921 [DI][FrameworkBundle] Hide service ids that start with a dot (nicolas-grekas) 2018-04-20 15:23:35 +02:00
ResolveInvalidReferencesPass.php [DI][FrameworkBundle] Hide service ids that start with a dot 2018-04-20 15:14:43 +02:00
ResolveNamedArgumentsPass.php [DependencyInjection] Added support for variadics in named arguments 2017-12-01 06:31:04 -08:00
ResolveParameterPlaceHoldersPass.php Replace more docblocks by type-hints 2017-11-07 15:45:01 +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] Fix missing "id" normalization when dumping the container 2018-03-02 14:51:21 +01:00
ResolveServiceSubscribersPass.php Merge branch '3.4' into 4.0 2018-06-25 13:12:25 +02:00
ResolveTaggedIteratorArgumentPass.php [DI] Reference tagged services in config 2017-09-28 16:10:08 +02:00
ServiceLocatorTagPass.php [DI][FrameworkBundle] Hide service ids that start with a dot 2018-04-20 15:14:43 +02:00
ServiceReferenceGraph.php removed version in @final @internal for version < 4.0 2018-02-19 13:18:43 +01:00
ServiceReferenceGraphEdge.php Remove some visual debt by adding type hints on final methods/classes 2017-10-24 16:36:35 +02:00
ServiceReferenceGraphNode.php Merge branch '3.4' into 4.0 2017-11-29 17:55:50 +01:00
ValidateEnvPlaceholdersPass.php [DI] Avoid leaking unused env placeholders 2018-06-22 13:40:15 +02:00