1 file_example_session_streams.inc public FileExampleSessionStreamWrapper::getUri()

Implements getUri().

Overrides BackdropStreamWrapperInterface::getUri

File

modules/examples/file_example/file_example_session_streams.inc, line 99
Provides a demonstration session:// stream-wrapper.

Class

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

Code

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