public function AbstractEntityBodyDecorator::getUri

Get the URI/filename associated with this stream

Return value

string

Overrides StreamInterface::getUri

File

drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php, line 172

Class

AbstractEntityBodyDecorator
Abstract decorator used to wrap entity bodies

Namespace

Guzzle\Http

Code

public function getUri() {
  return $this->body
    ->getUri();
}