public function StreamInterface::getStreamType

Get a label describing the underlying implementation of the stream

Return value

string

2 methods override StreamInterface::getStreamType()
AbstractEntityBodyDecorator::getStreamType in drupal/core/vendor/guzzle/http/Guzzle/Http/AbstractEntityBodyDecorator.php
Get a label describing the underlying implementation of the stream
Stream::getStreamType in drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php
Get a label describing the underlying implementation of the stream

File

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

Class

StreamInterface
OO interface to PHP streams

Namespace

Guzzle\Stream

Code

public function getStreamType();