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