1 stream_wrappers.inc | public BackdropStreamWrapperInterface::setUri($uri) |
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
- core/
includes/ stream_wrappers.inc, line 135 - Backdrop stream wrapper interface.
Class
- BackdropStreamWrapperInterface
- Backdrop stream wrapper extension.
Code
public function setUri($uri);