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\StreamWrapperCode
public function getUri() {
return $this->uri;
}