You are here

public function SessionStreamWrapper::getUri in Examples for Developers 3.x

Same name and namespace in other branches
  1. 8 stream_wrapper_example/src/StreamWrapper/SessionStreamWrapper.php \Drupal\stream_wrapper_example\StreamWrapper\SessionStreamWrapper::getUri()

Implements getUri().

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;
}