public function ServiceReferenceGraphEdge::getSourceNode in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/symfony/dependency-injection/Compiler/ServiceReferenceGraphEdge.php \Symfony\Component\DependencyInjection\Compiler\ServiceReferenceGraphEdge::getSourceNode()
Returns the source node.
Return value
File
- vendor/
symfony/ dependency-injection/ Compiler/ ServiceReferenceGraphEdge.php, line 56
Class
- ServiceReferenceGraphEdge
- Represents an edge in your service graph.
Namespace
Symfony\Component\DependencyInjection\CompilerCode
public function getSourceNode() {
return $this->sourceNode;
}