public function ServiceReferenceGraphEdge::getDestNode

Returns the destination node

Return value

ServiceReferenceGraphNode

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/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;
}