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

Breadcrumb

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

class RouteCircularReferenceException

Hierarchy

  • class \Symfony\Component\Routing\Exception\RuntimeException extends \Symfony\Component\Routing\Exception\RuntimeException implements \Symfony\Component\Routing\Exception\ExceptionInterface
    • class \Symfony\Component\Routing\Exception\RuntimeException extends \Symfony\Component\Routing\Exception\RuntimeException implements \Symfony\Component\Routing\Exception\ExceptionInterface
      • class \Symfony\Component\Routing\Exception\RouteCircularReferenceException extends \Symfony\Component\Routing\Exception\RuntimeException

Expanded class hierarchy of RouteCircularReferenceException

2 files declare their use of RouteCircularReferenceException
CompiledUrlGeneratorDumper.php in vendor/symfony/routing/Generator/Dumper/CompiledUrlGeneratorDumper.php
RouteCollection.php in vendor/symfony/routing/RouteCollection.php

File

vendor/symfony/routing/Exception/RouteCircularReferenceException.php, line 14

Namespace

Symfony\Component\Routing\Exception
View source
class RouteCircularReferenceException extends RuntimeException {
    public function __construct(string $routeId, array $path) {
        parent::__construct(\sprintf('Circular reference detected for route "%s", path: "%s".', $routeId, implode(' -> ', $path)));
    }

}

Members

Title Sort descending Modifiers Object type Summary
RouteCircularReferenceException::__construct public function

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal