function MetadataBubblingUrlGenerator::getRouteDebugMessage

Same name and namespace in other branches
  1. 8.9.x core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php \Drupal\Core\Render\MetadataBubblingUrlGenerator::getRouteDebugMessage()
  2. 10 core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php \Drupal\Core\Render\MetadataBubblingUrlGenerator::getRouteDebugMessage()

File

core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php, line 122

Class

MetadataBubblingUrlGenerator
Decorator for the URL generator, which bubbles bubbleable URL metadata.

Namespace

Drupal\Core\Render

Code

public function getRouteDebugMessage($name, array $parameters = []) {
    return $this->urlGenerator
        ->getRouteDebugMessage($name, $parameters);
}

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.