Expand the URI template using the supplied variables
Parameters
string $template URI Template to expand:
array $variables Variables to use with the expansion:
Return value
string Returns the expanded template
File
- drupal/core/vendor/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplateInterface.php, line 20
Class
- UriTemplateInterface
- Expands URI templates using an array of variables
Namespace
Guzzle\Parser\UriTemplate
Code
public function expand($template, array $variables);