public function ServiceReferenceGraphNode::getValue

Returns the value of this Node

Return value

mixed The value

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphNode.php, line 120

Class

ServiceReferenceGraphNode
Represents a node in your service graph.

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

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