You are here

public function OEmbedStreamWrapper::getUri in oEmbed 7.0

Same name and namespace in other branches
  1. 7 OEmbedStreamWrapper.inc \OEmbedStreamWrapper::getUri()

Base implementation of getUri().

Overrides DrupalStreamWrapperInterface::getUri

1 call to OEmbedStreamWrapper::getUri()
OEmbedStreamWrapper::getExternalUrl in ./OEmbedStreamWrapper.inc
Returns a web accessible URL for the resource.

File

./OEmbedStreamWrapper.inc, line 146
Create a oEmbed Stream Wrapper class.

Class

OEmbedStreamWrapper
@file Create a oEmbed Stream Wrapper class.

Code

public function getUri() {
  return $this->uri;
}