You are here

public function ServiceReferenceGraphEdge::getValue in Zircon Profile 8.0

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

Returns the value of the edge.

Return value

ServiceReferenceGraphNode

File

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

Class

ServiceReferenceGraphEdge
Represents an edge in your service graph.

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

public function getValue() {
  return $this->value;
}