You are here

public function oEmbedStream::realpath in oEmbed 8

Base implementation of realpath().

Overrides StreamWrapperInterface::realpath

File

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

Class

oEmbedStream
@file Create a oEmbed Stream Wrapper class.

Namespace

Drupal\oembed\StreamWrapper

Code

public function realpath() {
  return $this
    ->getExternalUrl();
}