public function ServiceReferenceGraphNode::getId in Service Container 7.2
Same name and namespace in other branches
- 7 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphNode.php \Symfony\Component\DependencyInjection\Compiler\ServiceReferenceGraphNode::getId()
Returns the identifier.
Return value
string
File
- modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ DependencyInjection/ Compiler/ ServiceReferenceGraphNode.php, line 88
Class
- ServiceReferenceGraphNode
- Represents a node in your service graph.
Namespace
Symfony\Component\DependencyInjection\CompilerCode
public function getId() {
return $this->id;
}