function DrupalLocalStreamWrapper::getUri

Base implementation of getUri().

Overrides DrupalStreamWrapperInterface::getUri

File

includes/stream_wrappers.inc, line 276

Class

DrupalLocalStreamWrapper
Drupal stream wrapper base class for local files.

Code

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

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.