You are here

public function DrupalStreamWrapperInterface::getUri in AmazonS3 7.2

Returns the stream resource URI.

Return value

Returns the current URI of the instance.

File

tests/include/DrupalStreamWrapperInterface.inc, line 59
Copy in Drupal's stream wrapper interfaces so we don't rely on finding a Drupal installation to run PHPUnit tests.

Class

DrupalStreamWrapperInterface
Drupal stream wrapper extension.

Code

public function getUri();