function DrupalLocalStreamWrapper::getUri in Drupal 7
Base implementation of getUri().
Overrides DrupalStreamWrapperInterface::getUri
File
- includes/
stream_wrappers.inc, line 276 - Drupal stream wrapper interface.
Class
- DrupalLocalStreamWrapper
- Drupal stream wrapper base class for local files.
Code
function getUri() {
return $this->uri;
}