Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
ServiceCircularReferenceException.php
function ServiceCircularReferenceException::getServiceId
File
vendor/
symfony/
dependency-injection/
Exception/
ServiceCircularReferenceException.php
, line 29
Class
ServiceCircularReferenceException
This exception is thrown when a circular reference is detected.
Namespace
Symfony\Component\DependencyInjection\Exception
Code
public
function
getServiceId
() : string {
return
$this
->
serviceId
; }
RSS feed