function StreamWrapperInterface::getUri
Same name in other branches
- 9 core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php \Drupal\Core\StreamWrapper\StreamWrapperInterface::getUri()
- 8.9.x core/lib/Drupal/Core/StreamWrapper/StreamWrapperInterface.php \Drupal\Core\StreamWrapper\StreamWrapperInterface::getUri()
- 10 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 - ReadOnlyStream::getUri in core/
lib/ Drupal/ Core/ StreamWrapper/ ReadOnlyStream.php
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();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.