public function OEmbedStreamWrapper::realpath in oEmbed 7
Same name and namespace in other branches
- 7.0 OEmbedStreamWrapper.inc \OEmbedStreamWrapper::realpath()
Base implementation of realpath().
Overrides DrupalStreamWrapperInterface::realpath
File
- ./OEmbedStreamWrapper.inc, line 132 
- Create a oEmbed Stream Wrapper class.
Class
- OEmbedStreamWrapper
- @file Create a oEmbed Stream Wrapper class.
Code
public function realpath() {
  return $this
    ->getExternalUrl();
}