function DrupalStreamWrapperInterface::setUri in AmazonS3 7.2
Set the absolute stream resource URI.
This allows you to set the URI. Generally is only called by the factory method.
Parameters
$uri: A string containing the URI that should be used for this instance.
File
- tests/
include/ DrupalStreamWrapperInterface.inc, line 51 - 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
function setUri($uri);