function DrupalLocalStreamWrapper::getUri

7.x stream_wrappers.inc DrupalLocalStreamWrapper::getUri()

Base implementation of getUri().

Overrides DrupalStreamWrapperInterface::getUri

File

drupal-7.x/includes/stream_wrappers.inc, line 277
Drupal stream wrapper interface.

Class

DrupalLocalStreamWrapper
Drupal stream wrapper base class for local files.

Code

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