public function StreamInterface::getWrapper

Get the stream wrapper type

Return value

string

2 methods override StreamInterface::getWrapper()
AbstractEntityBodyDecorator::getWrapper in drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php
Get the stream wrapper type
Stream::getWrapper in drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php
Get the stream wrapper type

File

drupal/core/vendor/guzzle/stream/Guzzle/Stream/StreamInterface.php, line 48

Class

StreamInterface
OO interface to PHP streams

Namespace

Guzzle\Stream

Code

public function getWrapper();