public function ServiceReferenceGraphNode::getInEdges

Returns the in edges.

Return value

array The in ServiceReferenceGraphEdge array

File

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

Class

ServiceReferenceGraphNode
Represents a node in your service graph.

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

public function getInEdges() {
  return $this->inEdges;
}