You are here

function DrupalRemoteStreamWrapper::getUri in Remote Stream Wrapper 7

Base implementation of getUri().

Overrides DrupalStreamWrapperInterface::getUri

File

./remote_stream_wrapper.inc, line 56

Class

DrupalRemoteStreamWrapper
Stream wrapper to support local files.

Code

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