public function ServiceReferenceGraph::getNodes in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraph.php \Symfony\Component\DependencyInjection\Compiler\ServiceReferenceGraph::getNodes()
Returns all nodes.
Return value
ServiceReferenceGraphNode[] An array of all ServiceReferenceGraphNode objects
File
- vendor/
symfony/ dependency-injection/ Compiler/ ServiceReferenceGraph.php, line 66
Class
- ServiceReferenceGraph
- This is a directed graph of your services.
Namespace
Symfony\Component\DependencyInjection\CompilerCode
public function getNodes() {
return $this->nodes;
}