public function ServiceReferenceGraphEdge::getValue

Returns the value of the edge

Return value

ServiceReferenceGraphNode

File

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