function StreamWrapperBase::getUri in System stream wrapper 8
Returns the stream resource URI.
Return value
string Returns the current URI of the instance.
Overrides StreamWrapperInterface::getUri
File
- src/
StreamWrapper/ StreamWrapperBase.php, line 49
Class
- StreamWrapperBase
- Provides a base class for all stream wrappers.
Namespace
Drupal\system_stream_wrapper\StreamWrapperCode
function getUri() {
return $this->uri;
}