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

class ServiceReferenceGraphNode Represents a node in your service graph. Value is typically

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

string getId() Returns the identifier.

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

formatInlineService(

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

array getPasses() Returns all passes in order to be processed.

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

class InlineServiceDefinitionsPass implements

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

CompilerPassInterface getMergePass() Gets the Merge pass. Return Value CompilerPassInterface The merge pass

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

setRepeat() Sets if the pass should repeat.

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

class CheckDefinitionValidityPass implements

2025-01-10 15:47:30