function 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 139
Class
- StreamWrapperInterface
- Defines a Drupal stream wrapper extension.
Namespace
Drupal\Core\StreamWrapperCode
public function getUri();