public function ServiceCircularReferenceException::getPath

File

drupal/core/vendor/symfony/dependency-injection/Symfony/Component/DependencyInjection/Exception/ServiceCircularReferenceException.php, line 37

Class

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

Namespace

Symfony\Component\DependencyInjection\Exception

Code

public function getPath() {
  return $this->path;
}