namespace Symfony\Component\DependencyInjection\Compiler
Object name | File name | Summary |
---|---|---|
ResolveReferencesToAliasesPass | vendor/symfony/dependency-injection/Compiler/ResolveReferencesToAliasesPass.php | Replaces all references to aliases with references to the actual service. |
ResolveServiceSubscribersPass | vendor/symfony/dependency-injection/Compiler/ResolveServiceSubscribersPass.php | Compiler pass to inject their service locator to service subscribers. |
ResolveTaggedIteratorArgumentPass | vendor/symfony/dependency-injection/Compiler/ResolveTaggedIteratorArgumentPass.php | Resolves all TaggedIteratorArgument arguments. |
ServiceLocatorTagPass | vendor/symfony/dependency-injection/Compiler/ServiceLocatorTagPass.php | Applies the "container.service_locator" tag by wrapping references into ServiceClosureArgument instances. |
ServiceReferenceGraph | vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraph.php | This is a directed graph of your services. |
ServiceReferenceGraphEdge | vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphEdge.php | Represents an edge in your service graph. |
ServiceReferenceGraphNode | vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphNode.php | Represents a node in your service graph. |
ValidateEnvPlaceholdersPass | vendor/symfony/dependency-injection/Compiler/ValidateEnvPlaceholdersPass.php | Validates environment variable placeholders used in extension configuration with dummy values. |