Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ServiceReferenceGraphNode.php
function ServiceReferenceGraphNode::getValue
Returns the value of this Node.
File
vendor/
symfony/
dependency-injection/
Compiler/
ServiceReferenceGraphNode.php
, line 92
Class
ServiceReferenceGraphNode
Represents a node in your service graph.
Namespace
Symfony\Component\DependencyInjection\Compiler
Code
public
function
getValue
() : mixed {
return
$this
->
value
; }
RSS feed