You are here

public function StreamWrapperInterface::getUri in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php \Drupal\Core\StreamWrapper\StreamWrapperInterface::getUri()

Returns the stream resource URI.

Return value

string Returns the current URI of the instance.

2 methods override StreamWrapperInterface::getUri()
LocalStream::getUri in core/lib/Drupal/Core/StreamWrapper/LocalStream.php
Returns the stream resource URI.
ReadOnlyStream::getUri in core/lib/Drupal/Core/StreamWrapper/ReadOnlyStream.php
Returns the stream resource URI.

File

core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php, line 143
Contains \Drupal\Core\StreamWrapper\StreamWrapperInterface.

Class

StreamWrapperInterface
Defines a Drupal stream wrapper extension.

Namespace

Drupal\Core\StreamWrapper

Code

public function getUri();