function LocalStream::getUri

Implements Drupal\Core\StreamWrapper\StreamWrapperInterface::getUri().

Overrides StreamWrapperInterface::getUri

File

drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php, line 65
Definition of Drupal\Core\StreamWrapper\LocalStream.

Class

LocalStream
Defines a Drupal stream wrapper base class for local files.

Namespace

Drupal\Core\StreamWrapper

Code

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