public function AbstractEntityBodyDecorator::getWrapper

Get the stream wrapper type

Return value

string

Overrides StreamInterface::getWrapper

File

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

Class

AbstractEntityBodyDecorator
Abstract decorator used to wrap entity bodies

Namespace

Guzzle\Http

Code

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