public function ServiceReferenceGraph::getNodes

Returns all nodes.

Return value

ServiceReferenceGraphNode[] An array of all ServiceReferenceGraphNode objects

File

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

Class

ServiceReferenceGraph
This is a directed graph of your services.

Namespace

Symfony\Component\DependencyInjection\Compiler

Code

public function getNodes() {
  return $this->nodes;
}