PassConfig::addPass()
  • References/PHP/Symfony/Component/DependencyInjection/Compiler

addPass(

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

array getInEdges() Returns the in edges.

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
RepeatablePassInterface
  • References/PHP/Symfony/Component/DependencyInjection/Compiler

interface RepeatablePassInterface implements

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::hasNode()
  • References/PHP/Symfony/Component/DependencyInjection/Compiler

bool hasNode(string $id) Checks if the graph has a specific node.

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

class RemoveAbstractDefinitionsPass implements

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

array getOutEdges() Returns the out edges.

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

ServiceReferenceGraphNode[] getNodes() Returns all nodes. Return Value ServiceReferenceGraphNode[] An array of all ServiceReferenceGraphNode objects

2025-01-10 15:47:30
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