You are here

public function oEmbedStream::getUri in oEmbed 8

Base implementation of getUri().

Overrides ReadOnlyStream::getUri

1 call to oEmbedStream::getUri()
oEmbedStream::getExternalUrl in src/StreamWrapper/oEmbedStream.php
Returns a web accessible URL for the resource.

File

src/StreamWrapper/oEmbedStream.php, line 112
Create a oEmbed Stream Wrapper class.

Class

oEmbedStream
@file Create a oEmbed Stream Wrapper class.

Namespace

Drupal\oembed\StreamWrapper

Code

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