Get the stream wrapper type
Return value
string
Overrides StreamInterface::getWrapper
File
- drupal/core/vendor/guzzle/stream/Guzzle/Stream/Stream.php, line 153
Class
- Stream
- PHP stream implementation
Namespace
Guzzle\Stream
Code
public function getWrapper() {
return $this->cache[self::WRAPPER_TYPE];
}