You are here

public function oEmbedStream::setUri in oEmbed 8

Base implementation of setUri().

Parameters

string $uri:

Overrides ReadOnlyStream::setUri

1 call to oEmbedStream::setUri()
oEmbedStream::stream_open in src/StreamWrapper/oEmbedStream.php
Support for fopen(), file_get_contents(), file_put_contents() etc.

File

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

Class

oEmbedStream
@file Create a oEmbed Stream Wrapper class.

Namespace

Drupal\oembed\StreamWrapper

Code

public function setUri($uri) {
  $this->uri = $uri;
}