You are here

public function ServiceReferenceGraphEdge::getDestNode in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphEdge.php \Symfony\Component\DependencyInjection\Compiler\ServiceReferenceGraphEdge::getDestNode()

Returns the destination node.

Return value

ServiceReferenceGraphNode

File

vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphEdge.php, line 66

Class

ServiceReferenceGraphEdge
Represents an edge in your service graph.

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

public function getDestNode() {
  return $this->destNode;
}