public function StreamWrapperInterface::getUri

Returns the stream resource URI.

Return value

string Returns the current URI of the instance.

1 method overrides StreamWrapperInterface::getUri()
LocalStream::getUri in drupal/core/lib/Drupal/Core/StreamWrapper/LocalStream.php
Implements Drupal\Core\StreamWrapper\StreamWrapperInterface::getUri().

File

drupal/core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php, line 49
Definition of Drupal\Core\StreamWrapper\StreamWrapperInterface.

Class

StreamWrapperInterface
Defines a Drupal stream wrapper extension.

Namespace

Drupal\Core\StreamWrapper

Code

public function getUri();