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
2020-03-31 20:59:28 +02:00
..
AbstractRecursivePass.php Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
AnalyzeServiceReferencesPass.php Fix inconsistent return points. 2019-08-20 15:31:17 +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.4' 2019-09-08 22:44:36 +02:00
AutowireRequiredMethodsPass.php [DependencyInjection] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
AutowireRequiredPropertiesPass.php [DI] skip untyped properties in AutowireRequiredPropertiesPass 2020-03-13 23:17:44 +01:00
CheckArgumentsValidityPass.php Merge branch '4.4' 2019-08-20 16:46:00 +02:00
CheckCircularReferencesPass.php switched array() to [] 2019-01-16 10:39:14 +01:00
CheckDefinitionValidityPass.php Merge branch '4.3' into 4.4 2019-12-10 16:11:53 +01:00
CheckExceptionOnInvalidReferenceBehaviorPass.php [DependencyInjection] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
CheckReferenceValidityPass.php [DependencyInjection] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
CheckTypeDeclarationsPass.php Merge branch '5.0' 2020-03-18 09:01:26 +01:00
Compiler.php Fix CS 2020-02-04 09:04:52 +01:00
CompilerPassInterface.php [DI] minor docblock fixes 2017-10-24 13:40:19 +02:00
DecoratorServicePass.php Merge branch '4.3' into 4.4 2020-01-06 13:57:54 +01:00
DefinitionErrorExceptionPass.php [DependencyInjection] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
ExtensionCompilerPass.php CS: apply rules 2016-11-03 08:44:53 +01:00
InlineServiceDefinitionsPass.php Merge branch '4.4' 2019-08-08 11:20:29 +02:00
MergeExtensionConfigurationPass.php Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
PassConfig.php feature #34884 [DI] Enable auto alias compiler pass by default (X-Coder264) 2020-02-05 17:15:57 +01:00
PriorityTaggedServiceTrait.php Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
RegisterEnvVarProcessorsPass.php Add types to private/final/internal methods and constructors. 2019-09-08 21:37:35 +02: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 Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +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] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
ReplaceAliasByActualDefinitionPass.php [DependencyInjection] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
ResolveBindingsPass.php Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
ResolveChildDefinitionsPass.php Merge branch '4.4' 2019-11-05 18:15:52 +01:00
ResolveClassPass.php Revert "bug #33092 [DependencyInjection] Improve an exception message (fabpot)" 2019-08-10 23:23:27 +02:00
ResolveEnvPlaceholdersPass.php [DependencyInjection] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
ResolveFactoryClassPass.php [DependencyInjection] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
ResolveHotPathPass.php Merge branch '4.4' 2019-09-08 22:44:36 +02:00
ResolveInstanceofConditionalsPass.php Merge branch '4.3' into 4.4 2019-12-16 11:45:21 +01:00
ResolveInvalidReferencesPass.php Handle non existent decorated services 2019-10-28 09:31:16 +01:00
ResolveNamedArgumentsPass.php Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
ResolveParameterPlaceHoldersPass.php Merge branch '4.4' into 5.0 2020-01-10 22:57:37 +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 Leverage trigger_deprecation() from symfony/deprecation-contracts 2020-02-08 15:04:50 +01:00
ResolveServiceSubscribersPass.php [DependencyInjection] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
ResolveTaggedIteratorArgumentPass.php [DependencyInjection] Added type-hints on compiler passes. 2019-06-28 14:00:06 +02:00
ServiceLocatorTagPass.php Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
ServiceReferenceGraph.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
ServiceReferenceGraphEdge.php Remove superfluous phpdoc tags 2019-08-14 13:59:53 +02:00
ServiceReferenceGraphNode.php Merge branch '3.4' into 4.2 2019-07-03 19:14:02 +02:00
ValidateEnvPlaceholdersPass.php [FrameworkBundle] Dump kernel extension configuration 2020-03-31 20:59:28 +02:00