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\StreamWrapperCode
public function realpath() {
return $this
->getExternalUrl();
}