public function Stream::getStreamType

Get a label describing the underlying implementation of the stream

Return value

string

Overrides StreamInterface::getStreamType

File

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

Class

Stream
PHP stream implementation

Namespace

Guzzle\Stream

Code

public function getStreamType() {
  return $this->cache[self::STREAM_TYPE];
}