public function ServiceReferenceGraphNode::getOutEdges

Returns the out edges.

Return value

array The out ServiceReferenceGraphEdge array

File

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

Class

ServiceReferenceGraphNode
Represents a node in your service graph.

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

public function getOutEdges() {
  return $this->outEdges;
}