Generates a URL from the given parameters.
protected generateUrl ( string $route, mixed $parameters = [], integer $referenceType = UrlGeneratorInterface::ABSOLUTE_PATH ) : string | ||
$route | string | The name of the route |
$parameters | mixed | An array of parameters |
$referenceType | integer | The type of reference (one of the constants in UrlGeneratorInterface) |
return | string | The generated URL |