You are here

public function VersatileGeneratorInterface::getRouteDebugMessage in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/symfony-cmf/routing/VersatileGeneratorInterface.php \Symfony\Cmf\Component\Routing\VersatileGeneratorInterface::getRouteDebugMessage()

Convert a route identifier (name, content object etc) into a string usable for logging and other debug/error messages

Parameters

mixed $name:

array $parameters which should contain a content field containing: a RouteReferrersReadInterface object

Return value

string

5 methods override VersatileGeneratorInterface::getRouteDebugMessage()
DynamicRouter::getRouteDebugMessage in vendor/symfony-cmf/routing/DynamicRouter.php
Forwards to the generator.
MetadataBubblingUrlGenerator::getRouteDebugMessage in core/lib/Drupal/Core/Render/MetadataBubblingUrlGenerator.php
Convert a route identifier (name, content object etc) into a string usable for logging and other debug/error messages
ProviderBasedGenerator::getRouteDebugMessage in vendor/symfony-cmf/routing/ProviderBasedGenerator.php
Convert a route identifier (name, content object etc) into a string usable for logging and other debug/error messages
SupernovaGenerator::getRouteDebugMessage in core/modules/help/tests/modules/help_test/src/SupernovaGenerator.php
Convert a route identifier (name, content object etc) into a string usable for logging and other debug/error messages
UrlGenerator::getRouteDebugMessage in core/lib/Drupal/Core/Routing/UrlGenerator.php
Convert a route identifier (name, content object etc) into a string usable for logging and other debug/error messages

File

vendor/symfony-cmf/routing/VersatileGeneratorInterface.php, line 45

Class

VersatileGeneratorInterface
This generator is able to handle more than string route names as symfony core supports them.

Namespace

Symfony\Cmf\Component\Routing

Code

public function getRouteDebugMessage($name, array $parameters = array());