function DrupalLocalStreamWrapper::getUri

Base implementation of getUri().

Overrides DrupalStreamWrapperInterface::getUri

Archivo

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

Class

DrupalLocalStreamWrapper
Drupal stream wrapper base class for local files.

Código

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