public function UriTemplateInterface::expand

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

2 methods override UriTemplateInterface::expand()
PeclUriTemplate::expand in drupal/core/vendor/guzzle/parser/Guzzle/Parser/UriTemplate/PeclUriTemplate.php
Expand the URI template using the supplied variables
UriTemplate::expand in drupal/core/vendor/guzzle/parser/Guzzle/Parser/UriTemplate/UriTemplate.php
Expand the URI template using the supplied variables

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