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