You are here

public function StreamWrapperInterface::getUri in Drupal 10

Same name and namespace in other branches
  1. 8 core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php \Drupal\Core\StreamWrapper\StreamWrapperInterface::getUri()
  2. 9 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.

File

core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php, line 138

Class

StreamWrapperInterface
Defines a Drupal stream wrapper extension.

Namespace

Drupal\Core\StreamWrapper

Code

public function getUri();