Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ServiceCircularReferenceException.php

function ServiceCircularReferenceException::getPath

File

vendor/symfony/dependency-injection/Exception/ServiceCircularReferenceException.php, line 34

Class

ServiceCircularReferenceException
This exception is thrown when a circular reference is detected.

Namespace

Symfony\Component\DependencyInjection\Exception

Code

public function getPath() : array {
    return $this->path;
}
RSS feed
Powered by Drupal