public function 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 RouteAwareInterface object

Return value

string

2 methods override VersatileGeneratorInterface::getRouteDebugMessage()
DynamicRouter::getRouteDebugMessage in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/DynamicRouter.php
Forwards to the generator.
ProviderBasedGenerator::getRouteDebugMessage in drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/ProviderBasedGenerator.php
Convert a route identifier (name, content object etc) into a string usable for logging and other debug/error messages

File

drupal/core/vendor/symfony-cmf/routing/Symfony/Cmf/Component/Routing/VersatileGeneratorInterface.php, line 36

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());