public function DrupalStreamWrapperInterface::getUri

Returns the stream resource URI.

Return value

Returns the current URI of the instance.

1 method overrides DrupalStreamWrapperInterface::getUri()
DrupalLocalStreamWrapper::getUri in drupal-7.x/includes/stream_wrappers.inc
Base implementation of getUri().

Archivo

drupal-7.x/includes/stream_wrappers.inc, line 144
Drupal stream wrapper interface.

Class

DrupalStreamWrapperInterface
Drupal stream wrapper extension.

Código

public function getUri();