Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ServiceReferenceGraph.php
function ServiceReferenceGraph::hasNode
File
vendor/
symfony/
dependency-injection/
Compiler/
ServiceReferenceGraph.php
, line 34
Class
ServiceReferenceGraph
This is a directed graph of your services.
Namespace
Symfony\Component\DependencyInjection\Compiler
Code
public
function
hasNode
(string
$id
) : bool {
return
isset
(
$this
->
nodes
[
$id
]); }
RSS feed