You are here

public function HttpStreamWrapper::getUri in Remote Stream Wrapper 8

Returns the stream resource URI.

Return value

string Returns the current URI of the instance.

Overrides StreamWrapperInterface::getUri

File

src/StreamWrapper/HttpStreamWrapper.php, line 67

Class

HttpStreamWrapper
HTTP(s) stream wrapper.

Namespace

Drupal\remote_stream_wrapper\StreamWrapper

Code

public function getUri() {
  return $this->uri;
}