ServiceReferenceGraph
  • References/PHP/Symfony/Component/DependencyInjection/Compiler

class ServiceReferenceGraph This is a directed graph of your services. This information

2025-01-10 15:47:30
PassConfig::addPass()
  • References/PHP/Symfony/Component/DependencyInjection/Compiler

addPass(

2025-01-10 15:47:30
PassConfig::getBeforeOptimizationPasses()
  • References/PHP/Symfony/Component/DependencyInjection/Compiler

array getBeforeOptimizationPasses() Gets all passes for the BeforeOptimization pass.

2025-01-10 15:47:30
ServiceReferenceGraph::getNode()
  • References/PHP/Symfony/Component/DependencyInjection/Compiler

ServiceReferenceGraphNode getNode(string $id) Gets a node by identifier. Parameters string $id The id to retrieve Return Value ServiceReferenceGraphNode The node matching the supplied identifier Exceptions InvalidArgumentException if no node matches the supplied identifier

2025-01-10 15:47:30
RemoveAbstractDefinitionsPass
  • References/PHP/Symfony/Component/DependencyInjection/Compiler

class RemoveAbstractDefinitionsPass implements

2025-01-10 15:47:30
ExtensionCompilerPass
  • References/PHP/Symfony/Component/DependencyInjection/Compiler

class ExtensionCompilerPass implements

2025-01-10 15:47:30
PassConfig::getBeforeRemovingPasses()
  • References/PHP/Symfony/Component/DependencyInjection/Compiler

array getBeforeRemovingPasses() Gets all passes for the BeforeRemoving pass.

2025-01-10 15:47:30
Compiler::addPass()
  • References/PHP/Symfony/Component/DependencyInjection/Compiler

addPass(

2025-01-10 15:47:30
ServiceReferenceGraphNode::addOutEdge()
  • References/PHP/Symfony/Component/DependencyInjection/Compiler

addOutEdge(

2025-01-10 15:47:30
ServiceReferenceGraphEdge::getDestNode()
  • References/PHP/Symfony/Component/DependencyInjection/Compiler

ServiceReferenceGraphNode getDestNode() Returns the destination node. Return Value ServiceReferenceGraphNode

2025-01-10 15:47:30