function DrupalStreamWrapperInterface::setUri
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.
1 method overrides DrupalStreamWrapperInterface::setUri()
- DrupalLocalStreamWrapper::setUri in includes/
stream_wrappers.inc - Base implementation of setUri().
File
-
includes/
stream_wrappers.inc, line 136
Class
- DrupalStreamWrapperInterface
- Drupal stream wrapper extension.
Code
public function setUri($uri);
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.