public function ServiceReferenceGraphEdge::getValue in Service Container 7.2
Same name and namespace in other branches
- 7 modules/providers/service_container_symfony/lib/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphEdge.php \Symfony\Component\DependencyInjection\Compiler\ServiceReferenceGraphEdge::getValue()
Returns the value of the edge.
Return value
File
- modules/
providers/ service_container_symfony/ lib/ Symfony/ Component/ DependencyInjection/ Compiler/ ServiceReferenceGraphEdge.php, line 46
Class
- ServiceReferenceGraphEdge
- Represents an edge in your service graph.
Namespace
Symfony\Component\DependencyInjection\CompilerCode
public function getValue() {
return $this->value;
}