public function ClientInterface::expandTemplate

Expand a URI template using client configuration data

Parameters

string $template URI template to expand:

array $variables Additional variables to use in the expansion:

Return value

string

1 method overrides ClientInterface::expandTemplate()
Client::expandTemplate in drupal/core/vendor/guzzle/http/Guzzle/Http/Client.php
Expand a URI template using client configuration data

File

drupal/core/vendor/guzzle/http/Guzzle/Http/ClientInterface.php, line 103

Class

ClientInterface
Client interface for send HTTP requests

Namespace

Guzzle\Http

Code

public function expandTemplate($template, array $variables = null);