function SessionStreamWrapper::getUri

Implements getUri().

Return value

string Returns the current URI of the instance.

Overrides StreamWrapperInterface::getUri

File

modules/stream_wrapper_example/src/StreamWrapper/SessionStreamWrapper.php, line 193

Class

SessionStreamWrapper
Example stream wrapper class to handle session:// streams.

Namespace

Drupal\stream_wrapper_example\StreamWrapper

Code

public function getUri() {
  return $this->uri;
}