Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ServiceReferenceGraphNode.php

function ServiceReferenceGraphNode::getOutEdges

Returns the out edges.

Return value

ServiceReferenceGraphEdge[]

File

vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphNode.php, line 84

Class

ServiceReferenceGraphNode
Represents a node in your service graph.

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

public function getOutEdges() : array {
    return $this->outEdges;
}
RSS feed
Powered by Drupal