public function DrupalStreamWrapperInterface::getUri in Drupal 7
Returns the stream resource URI.
Return value
Returns the current URI of the instance.
1 method overrides DrupalStreamWrapperInterface::getUri()
- DrupalLocalStreamWrapper::getUri in includes/
stream_wrappers.inc - Base implementation of getUri().
File
- includes/
stream_wrappers.inc, line 144 - Drupal stream wrapper interface.
Class
- DrupalStreamWrapperInterface
- Drupal stream wrapper extension.
Code
public function getUri();